ExtensionStateChangeType#
- class omni.ext.ExtensionStateChangeType#
Bases:
pybind11_objectMembers:
BEFORE_EXTENSION_ENABLE : Hook before enabling.
AFTER_EXTENSION_ENABLE : Hook after enabling.
BEFORE_EXTENSION_DISABLE : Hook before disabling.
AFTER_EXTENSION_DISABLE : Hook after disabling.
COUNT : Sentinel count.
Methods
__init__(self, value)Attributes
- __init__(
- self: omni.ext._extensions.ExtensionStateChangeType,
- value: int,
- property name#