instance_physics_scene property

instance_physics_scene property

Gets or sets the instance physics scene. The instance_physics_scene element declares the instantiation of a COLLADA physics_scene resource. The instance_physics_scene element may appear any number of times.

Definition:

@property
def instance_physics_scene(self):
    ...
@instance_physics_scene.setter
def instance_physics_scene(self, value):
    ...

See Also