get_command_class

omni.kit.commands.get_command_class(name: str) Type[Command]

Get Command class(type) by name.

Parameters

nameCommand name. It may include a module name to be more specific and avoid conflicts.

Returns

Command class if succeeded. `None` if can’t find a command with this name.