CoreStageExtension

class omni.kit.stage_template.core.stage_core.CoreStageExtension

Bases: IExt

This class provides core functionality for registering and unregistering new stage templates, handling stage creation with templates and setting transformations for USD primitives.

Methods

on_shutdown()

Called when the extension is shutting down.

on_startup(ext_id)

Called when the extension starts up.

__init__(self: omni.ext._extensions.IExt) None
on_shutdown()

Called when the extension is shutting down.

on_startup(ext_id)

Called when the extension starts up.

Parameters

ext_id (str) – The unique identifier for the extension.