LoadSubAnimInfo Struct Reference
 
 
 
LoadSubAnimInfo Struct Reference

#include <BipedApi.h>

Inheritance diagram for LoadSubAnimInfo:
MaxHeapOperators

Class Description

Structure specifying which controllers to load from a BIP file.

Public Attributes

MCHAR  name [256]
  The name of the node whose controller will be loaded.
int  type
  The type of controller to load: position = 0, rotation = 1, scale = 2.

Member Data Documentation

MCHAR name[256]

The name of the node whose controller will be loaded.

int type

The type of controller to load: position = 0, rotation = 1, scale = 2.