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