GroundType#
- class omni.kit.environment.core.GroundType#
Bases:
objectEnumeration of ground display options in omni.kit.environment.core.
This class defines string constants for configuring ground rendering modes. Use OFF to disable ground, ON to enable full ground, and SHADOWS to display ground with shadows only.
Methods
Attributes
Represents ground turned off.
Represents ground fully active.
Represents ground with shadows only enabled.
- __init__()#
- OFF = 'Off'#
Represents ground turned off.
- Type:
str
- ON = 'On'#
Represents ground fully active.
- Type:
str
- SHADOWS = 'Shadows Only'#
Represents ground with shadows only enabled.
- Type:
str