PlaySettings#

class omni.kit.environment.core.PlaySettings#

Bases: object

Settings for sunstudy play control.

Methods

Attributes

CURRENT_SKY_PATH

Path for current sky asset.

CURRENT_SKY_TYPE

Path for current sky type.

ENABLE

Path to enable sunstudy play control.

LOOP

Path to set play looping.

PLAYING

Path indicating whether sunstudy is playing.

RATE

Path for controlling play rate.

ROOT

Base path for sunstudy play control.

__init__()#
CURRENT_SKY_PATH = '/app/sunstudy/currentSkyPath'#

Path for current sky asset.

Type:

str

CURRENT_SKY_TYPE = '/app/sunstudy/currentSkyType'#

Path for current sky type.

Type:

str

ENABLE = '/app/sunstudy/enable'#

Path to enable sunstudy play control.

Type:

str

LOOP = '/app/sunstudy/loop'#

Path to set play looping.

Type:

str

PLAYING = '/app/sunstudy/playing'#

Path indicating whether sunstudy is playing.

Type:

str

RATE = '/app/sunstudy/rate'#

Path for controlling play rate.

Type:

str

ROOT = '/app/sunstudy/'#

Base path for sunstudy play control.

Type:

str