Blender V2.61 - r43446
|
#include <BIK_api.h>
Public Attributes | |
short | type |
short | length |
union { | |
float f [8] | |
int i [8] | |
char s [32] | |
} | value |
float BIK_ParamValue::f[8] |
int BIK_ParamValue::i[8] |
short BIK_ParamValue::length |
char BIK_ParamValue::s[32] |
short BIK_ParamValue::type |
union { ... } BIK_ParamValue::value |