#include <mxsobjects.h>
Public Attributes |
|
Value * | name |
MCHAR | desc_type |
MCHAR | flags |
union { | |
struct { | |
int parm_id | |
} | |
struct { | |
max_getter_cf getter | |
max_setter_cf setter | |
} | |
struct { | |
int subanim_num | |
} | |
struct { | |
int refno | |
int pbn_id | |
} | |
}; | |
ParamType | type |
union { | |
float fval | |
int ival | |
BOOL bval | |
INT_PTR pval | |
struct { | |
float x | |
float y | |
float z | |
float w | |
} | |
struct { | |
float r | |
float g | |
float b | |
float a | |
} | |
struct { | |
float h | |
float s | |
float v | |
} | |
struct { | |
int btn_min | |
int btn_max | |
int btn_val | |
} | |
} | init_val |
max_getter_cf getter |
max_setter_cf setter |
union { ... } |
ParamType type |
INT_PTR pval |
float x |
float y |
float z |
float w |
float r |
float g |
float b |
float a |
float h |
float s |
float v |
union { ... } init_val |