EnvironmentProperties#
- class omni.kit.environment.core.EnvironmentProperties#
Bases:
objectDate, time, location and ground properties path in environment prim.
Methods
Attributes
Path to property controlling cloud coverage.
Path controlling cumulus effect enable state.
Path for environment date property.
Path to the ground material asset.
Path for ground material strength property.
Path defining the ground size property.
Path for ground type classification.
Path for environment haze settings.
Environment geographic latitude property path.
Environment geographic longitude property path.
Path for environment north orientation value.
Path for the scene template property.
Path specifying the current time property.
Path indicating the end time property.
Path indicating the start time property.
- __init__()#
- CLOUD_COVERAGE = '/Environment.weather:cloud_coverage'#
Path to property controlling cloud coverage.
- Type:
str
- CUMULUS_ENABLED = '/Environment.weather:cumulus_enabled'#
Path controlling cumulus effect enable state.
- Type:
str
- DATE = '/Environment.date'#
Path for environment date property.
- Type:
str
- GROUND_MATERIAL_PATH = '/Environment.ground:material:path'#
Path to the ground material asset.
- Type:
str
- GROUND_MATERIAL_STRENGTH = '/Environment.ground:material:strength'#
Path for ground material strength property.
- Type:
str
- GROUND_SIZE = '/Environment.ground:size'#
Path defining the ground size property.
- Type:
str
- GROUND_TYPE = '/Environment.ground:type'#
Path for ground type classification.
- Type:
str
- HAZE = '/Environment.weather:haze'#
Path for environment haze settings.
- Type:
str
- LATITUDE = '/Environment.location:latitude'#
Environment geographic latitude property path.
- Type:
str
- LONGITUDE = '/Environment.location:longitude'#
Environment geographic longitude property path.
- Type:
str
- NORTH_ORIENTATION = '/Environment.location:north_orientation'#
Path for environment north orientation value.
- Type:
str
- SCENE_TEMPLATE = '/Environment.sceneTemplate'#
Path for the scene template property.
- Type:
str
- TIME_CURRENT = '/Environment.time:current'#
Path specifying the current time property.
- Type:
str
- TIME_END = '/Environment.time:end'#
Path indicating the end time property.
- Type:
str
- TIME_START = '/Environment.time:start'#
Path indicating the start time property.
- Type:
str