PlayMode#
- class omni.kit.playlist.core.PlayMode#
Bases:
objectA class for representing play modes.
This class serves as a container for constants that define various play modes used in camera playlist tools. It provides a simple way to reference different transition styles applicable in camera playback.
Note
No arguments or keyword arguments are required when using this class.
Methods
Attributes
Constant representing the cut transition mode.
Constant representing the smooth transition mode.
- __init__()#
- TRANSITION_CUT = 'Cut'#
Constant representing the cut transition mode.
- Type:
str
- TRANSITION_SMOOTH = 'Smooth'#
Constant representing the smooth transition mode.
- Type:
str