PlayMode#

class omni.kit.playlist.core.PlayMode#

Bases: object

A 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

TRANSITION_CUT

Constant representing the cut transition mode.

TRANSITION_SMOOTH

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