SG Com
SG_AnimationNode Struct Reference

Structure containing an animation node. More...

#include <SG.h>

Collaboration diagram for SG_AnimationNode:
Collaboration graph

Data Fields

const char * name
 Unique name of the node.
 
SG_AnimationNodeType type
 Type of the node.
 
sg_size num_channels
 Number of animation channels.
 
const char ** channel_names
 Names of the animation channels.
 
float * channel_values
 Current values of the animation channels.
 

Detailed Description

Structure containing an animation node.

Definition at line 74 of file SG.h.

Field Documentation

◆ channel_names

const char** SG_AnimationNode::channel_names

Names of the animation channels.

Definition at line 78 of file SG.h.

◆ channel_values

float* SG_AnimationNode::channel_values

Current values of the animation channels.

Definition at line 79 of file SG.h.

◆ name

const char* SG_AnimationNode::name

Unique name of the node.

Definition at line 75 of file SG.h.

◆ num_channels

sg_size SG_AnimationNode::num_channels

Number of animation channels.

Definition at line 77 of file SG.h.

◆ type

SG_AnimationNodeType SG_AnimationNode::type

Type of the node.

Definition at line 76 of file SG.h.


The documentation for this struct was generated from the following file: