instance_camera property

instance_camera property

Gets or sets the instance camera. The node element may instance any number of camera objects.

Definition:

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

See Also