PlaySettings#
- class omni.kit.environment.core.PlaySettings#
Bases:
objectSettings for sunstudy play control.
Methods
Attributes
Path for current sky asset.
Path for current sky type.
Path to enable sunstudy play control.
Path to set play looping.
Path indicating whether sunstudy is playing.
Path for controlling play rate.
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