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