EnvironmentProperties#

class omni.kit.environment.core.EnvironmentProperties#

Bases: object

Date, time, location and ground properties path in environment prim.

Methods

Attributes

CLOUD_COVERAGE

Path to property controlling cloud coverage.

CUMULUS_ENABLED

Path controlling cumulus effect enable state.

DATE

Path for environment date property.

GROUND_MATERIAL_PATH

Path to the ground material asset.

GROUND_MATERIAL_STRENGTH

Path for ground material strength property.

GROUND_SIZE

Path defining the ground size property.

GROUND_TYPE

Path for ground type classification.

HAZE

Path for environment haze settings.

LATITUDE

Environment geographic latitude property path.

LONGITUDE

Environment geographic longitude property path.

NORTH_ORIENTATION

Path for environment north orientation value.

SCENE_TEMPLATE

Path for the scene template property.

TIME_CURRENT

Path specifying the current time property.

TIME_END

Path indicating the end time property.

TIME_START

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