3ds Max C++ API Reference
Loading...
Searching...
No Matches
Public Attributes
|
List of all members
ParamBlockDesc Class Reference
#include <iparamb.h>
Public Attributes
ParamType
type
UserType
*
user
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
ParamBlockDesc
Generated by
1.9.6