Class ParamBlockDesc
See Also: Class ParamBlockDescID.
class ParamBlockDesc
Description:
The parameter block descriptor describes each parameter in a parameter block.
class ParamBlockDesc {
public:
ParamType type;
UserType *user;
BOOL animatable;
};
Data Members:
ParamType type
The parameter type. See List of Parameter Types.
UserType *user
This value is not used -- it must always be passed as NULL.
BOOL animatable
This is a flag indicating if the parameter may be animated or not. Pass TRUE if the value may be animated and FALSE if it is constant.