ParamBlockDesc Class Reference

#include <iparamb.h>

Class Description

See also
Class ParamBlockDescID.

Description:
The parameter block descriptor describes each parameter in a parameter block. class ParamBlockDesc {



ParamType type;

UserType *user;

BOOL animatable;

};
Data Members:
ParamType type

The parameter type. See ParamType and ParamType2.

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.

Public Attributes

ParamType type
 
UserTypeuser
 
BOOL animatable
 

Member Data Documentation

ParamType type
UserType* user
BOOL animatable