KDXr::ActionOptions¶
Module: Public API
Holds option fields used for Action creation.
#include <KDXr/action.h>
Public Attributes¶
| Name | |
|---|---|
| std::string | name | 
| std::string | localizedName | 
| ActionType | type | 
| std::vector< std::string > | subactionPaths | 
Public Attributes Documentation¶
variable name¶
1 |  | 
variable localizedName¶
1 |  | 
variable type¶
1 |  | 
variable subactionPaths¶
1 |  | 
Updated on 2025-11-02 at 00:01:42 +0000