Skip to content

KDXr::ActionSetOptions

Module: Public API

Holds option fields used for ActionSet creation.

#include <KDXr/action_set.h>

Public Attributes

Name
std::string name
std::string localizedName
uint32_t priority

Public Attributes Documentation

variable name

1
std::string name;

variable localizedName

1
std::string localizedName;

variable priority

1
uint32_t priority { 0 };

Updated on 2024-09-10 at 00:01:43 +0000