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