Public Attributes

LoadSubAnimInfo Struct Reference

Search for all occurrences

Detailed Description

Structure specifying which controllers to load from a BIP file.

#include <BipedApi.h>

Inheritance diagram for LoadSubAnimInfo:
Inheritance graph
[legend]

List of all members.

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.