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