FabricCommandsExtension

class omni.fabric.commands.scripts.extension.FabricCommandsExtension

Bases: IExt

A class that represents an extension for fabric commands.

This class inherits from omni.ext.IExt and provides the startup and shutdown methods which are called when the extension is started up and shut down, respectively.

Methods

on_shutdown()

Called when the extension is shut down.

on_startup(ext_id)

Called when the extension is started up.

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

Called when the extension is shut down.

on_startup(ext_id)

Called when the extension is started up.

Parameters

ext_id (str) – The identifier for the extension.