omni.core

Classes Summary:

Float2

Helper struct to represent a single 2-space vector of floating point values. Each member of

IObject

ITypeFactory

A mapping from type id’s to implementations.

Int2

Helper struct to represent a single 2-space vector of signed integers. Each member of

Result

Error code for the result of an operation.

TypeFactoryLoadFlags

Base type for the flags used when registering plugins or implementations with the type

UInt2

Helper struct to represent a single 2-space vector of unsigned integers. Each member

Functions Summary:

create_type

create_type(type_id: str, module_name: str = None, version: int = 0) -> omni.core._core.IObject

register_module

register_module(module_name: str, flags: int = 0) -> int