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