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