nw::model::ReferenceNode
-
struct ReferenceNode : public nw::model::Node
Public Functions
-
ReferenceNode(String name_)
-
void add_controller_data(StringView name_, uint32_t type_, Vector<float> times_, Vector<float> data_, int rows_, int columns_ = 1)
Adds a controller to a model node.
-
ControllerValue get_controller(uint32_t type_, bool key = false) const
Gets a controller to a model node.
-
ReferenceNode(String name_)