ExtensionInfo#

Fully qualified name: omni::ext::ExtensionInfo

Defined in omni/ext/IExtensions.h

struct ExtensionInfo#

A struct describing Extension information.

Public Members

const char *id#

Unique Identifier used for python module name.

const char *name#

Extension name.

const char *packageId#

A package identifier.

Version version#

The version descriptor.

bool enabled#

Indicates whether this extension is enabled.

const char *title = nullptr#

An optional descriptive title.

const char *path = nullptr#

Extension path.