21#include "model/positionable.h"
23class ParamNode :
public Positionable {
25 ParamNode() =
default;
26 ParamNode(ParamNode
const& other) =
default;
27 ParamNode(ParamNode&& other) =
default;
29 ParamNode& operator=(ParamNode
const& rhs) =
default;
30 ParamNode& operator=(ParamNode&& rhs) =
default;
Definition param_node.h:23
bool interpolated
Definition param_node.h:42
int32_t value
Definition param_node.h:38
Definition param_node.h:45