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