3ds Max C++ API Reference
Loading...
Searching...
No Matches
UserProp Class Reference

#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/maxscript/foundation/functions.h>

Public Member Functions

 UserProp (Value *p, value_cf g, value_cf s)

Public Attributes

Valueprop
value_cf getter
value_cf setter

Constructor & Destructor Documentation

◆ UserProp()

UserProp ( Value * p,
value_cf g,
value_cf s )
inline
314{ prop = p; getter = g; setter = s; }
value_cf getter
Definition functions.h:312
value_cf setter
Definition functions.h:313
Value * prop
Definition functions.h:311

Member Data Documentation

◆ prop

Value* prop

◆ getter

value_cf getter

◆ setter

value_cf setter