UiDisplayGroup#
- class omni.kit.property.usd.UiDisplayGroup(
- name: str,
- ordered: bool,
- props: List[UsdPropertyUiEntry] | None = None,
- ignore_groups: bool = False,
Bases:
objectA class to represent a USD display group.
Methods
__init__(name, ordered[, props, ignore_groups])add_prop(prop, nested_groups)Add a property to the display group.
Get the children of the display group.
Get the sub properties of the display group.
- __init__(
- name: str,
- ordered: bool,
- props: List[UsdPropertyUiEntry] | None = None,
- ignore_groups: bool = False,
- add_prop(
- prop: UsdPropertyUiEntry,
- nested_groups: List[str],
Add a property to the display group.
- get_children() List[Type[UiDisplayGroup] | UsdPropertyUiEntry]#
Get the children of the display group.
- get_sub_props() List[UsdPropertyUiEntry]#
Get the sub properties of the display group.