Classes#
- omni::kit::actions::core::Action
Abstract action base class providing the core functionaly common to all actions.
- omni::kit::actions::core::IAction
Pure virtual action interface.
- omni::kit::actions::core::IActionRegistry
Defines the interface for the ActionRegistry.
- omni::kit::actions::core::LambdaAction
Concrete action class that can be used to create an action from C++ which calls a supplied lambda/function.