IGameLinearKey Class Reference
 
 
 
IGameLinearKey Class Reference

#include <IGameControl.h>

Inheritance diagram for IGameLinearKey:
MaxHeapOperators

Class Description

A generic animation key wrapper class.

A generic Linear Key class for IGame

Public Attributes

float  fval
  Float based value.
Point3  pval
  Point3 based value.
Quat  qval
  Quaternion based value.
ScaleValue  sval
  Scale based value.

Member Data Documentation

float fval

Float based value.

This would be accessed when using the IGameControlType::IGAME_FLOAT specifier

Point3 based value.

This would be accessed when using the IGameControlType::IGAME_POS or IGameControlType::IGAME_POINT3 specifiers

Quaternion based value.

This would be accessed when using the IGameControlType::IGAME_ROT specifier

Scale based value.

This would be accessed when using the IGameControlType::IGAME_SCALE specifier