Structure containing an animation node. More...
#include <SG.h>

Data Fields | |
| const char * | name |
| Unique name of the node. More... | |
| const char * | node_namespace |
| Namespace of the node. More... | |
| SG_AnimationNodeType | type |
| Type of the node. More... | |
| sg_size | num_channels |
| Number of animation channels. More... | |
| const char ** | channel_names |
| Names of the animation channels. More... | |
| float * | channel_values |
| Current values of the animation channels. More... | |
| const char** SG_AnimationNode::channel_names |
| float* SG_AnimationNode::channel_values |
| const char* SG_AnimationNode::node_namespace |
| sg_size SG_AnimationNode::num_channels |
| SG_AnimationNodeType SG_AnimationNode::type |