rotation_mode property

rotation_mode property

Gets or sets the frustum’s orientation mode This property only works when the Frustum.target is null. If the value is RotationMode.FIXED_TARGET, the direction is always calculated by the property Frustum.look_at Otherwise the Frustum.look_at is always calculated by the Frustum.direction

Definition:

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

See Also