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