3ds Max C++ API Reference
ParamBlockDesc Class Reference

#include <iparamb.h>

Public Attributes

ParamType type
 
UserTypeuser
 
BOOL animatable
 

Detailed 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.

Member Data Documentation

◆ type

ParamType type

◆ user

UserType* user

◆ animatable

BOOL animatable