LayerWorldAxisItem
- class omni.kit.property.layer.layer_property_models.LayerWorldAxisItem(text)
Bases:
AbstractItem
A class representing a single axis item in a world layer.
The class encapsulates the axis information for the layer as a UI item.
- Parameters
text (str) – The text representation of the axis.
Methods
__init__
(text)Initializes the world axis item with the given display text.
- __init__(text)
Initializes the world axis item with the given display text.