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