3ds Max C++ API Reference
|
Functions | |
virtual const Quat & | GetValue (int index) const =0 |
Gets the property for a particle by index. More... | |
virtual bool | IsGlobal () const =0 |
Verifies that the channel is global. More... | |
virtual const Quat & | GetValue () const =0 |
If the channel is global, returns the global value. More... | |
FPInterfaceDesc * | GetDesc () |
virtual void | SetValue (int index, const Quat &v)=0 |
Sets the property for a particle by index. More... | |
virtual void | SetValue (const Quat &v)=0 |
Sets the property for all particles at once thus making the channel global. More... | |
FPInterfaceDesc * | GetDesc () |
|
pure virtual |
Verifies that the channel is global.
|
pure virtual |
If the channel is global, returns the global value.
If the channel is not global, returns the value of the first particle.
|
inlinevirtual |
Implements FPInterface.
Sets the property for all particles at once thus making the channel global.
|
inlinevirtual |
Implements FPInterface.