Uses of Class
org.blender.dna.ChildParticle
-
Packages that use ChildParticle Package Description org.blender.dna -
-
Uses of ChildParticle in org.blender.dna
Methods in org.blender.dna that return types with arguments of type ChildParticle Modifier and Type Method Description CPointer<ChildParticle>
ChildParticle. __io__addressof()
Instantiates a pointer on this instance.CPointer<ChildParticle>
ParticleSystem. getChild()
Get method for struct member 'child'.Method parameters in org.blender.dna with type arguments of type ChildParticle Modifier and Type Method Description void
ParticleSystem. setChild(CPointer<ChildParticle> child)
Set method for struct member 'child'.Constructors in org.blender.dna with parameters of type ChildParticle Constructor Description ChildParticle(ChildParticle that)
-