ExtPathUrl#

Fully qualified name: omni::ext::ExtPathUrl

Defined in omni/ext/ExtensionsUtils.h

struct ExtPathUrl#

The result of parsing an extension URL.

Given “omniverse://path/to/object”, scheme would contain “omniverse” and path would contain “path/to/object”

Public Members

std::string scheme#

The extension URL scheme.

std::string path#

The extension URL path.