RegisteredSchemaCodes#

class omni.kit.property.usd.RegisteredSchemaCodes(
value,
names=<not given>,
*values,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Bases: IntEnum

returned by is_registered_schema

Methods

Attributes

NOT_FOUND

returned by is_registered_schema() when named widget isn't found

FOUND

returned by is_registered_schema() when named widget is found

PRIVATE

additional state flag.

PUBLIC

additional state flag.

NO_CREATE

additional state flag.

NO_REMOVE

additional state flag.

__init__(*args, **kwds)#
FOUND = 2#

returned by is_registered_schema() when named widget is found

NOT_FOUND = 1#

returned by is_registered_schema() when named widget isn’t found

NO_CREATE = 16#

additional state flag. Don’t add to “Add Schema API” window list.

NO_REMOVE = 32#

additional state flag. Schema API is locked can cannot be removed.

PRIVATE = 4#

additional state flag. if its not owned by this widget and shouldn’t be processed.

PUBLIC = 8#

additional state flag. it can be processed and owner isn’t important.