Uses of Class
org.blender.dna.ParticleSettings
-
Packages that use ParticleSettings Package Description org.blender.dna org.blender.utils -
-
Uses of ParticleSettings in org.blender.dna
Methods in org.blender.dna that return types with arguments of type ParticleSettings Modifier and Type Method Description CPointer<ParticleSettings>
ParticleSettings. __io__addressof()
Instantiates a pointer on this instance.CPointer<ParticleSettings>
ParticleSystem. getPart()
Get method for struct member 'part'.Method parameters in org.blender.dna with type arguments of type ParticleSettings Modifier and Type Method Description void
ParticleSystem. setPart(CPointer<ParticleSettings> part)
Set method for struct member 'part'.Constructors in org.blender.dna with parameters of type ParticleSettings Constructor Description ParticleSettings(ParticleSettings that)
-
Uses of ParticleSettings in org.blender.utils
Methods in org.blender.utils that return ParticleSettings Modifier and Type Method Description ParticleSettings
MainLib. getParticleSettings()
SeeParticleSettings
for documentation.Methods in org.blender.utils with parameters of type ParticleSettings Modifier and Type Method Description void
MainLib. setParticleSettings(ParticleSettings particleSettings)
SeeParticleSettings
for documentation.
-