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