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