Skip to content

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
std::string name;

variable localizedName

1
std::string localizedName;

variable type

1
ActionType type { ActionType::MaxEnum };

variable subactionPaths

1
std::vector< std::string > subactionPaths;

Updated on 2024-09-08 at 00:13:10 +0000