|
3ds Max C++ API Reference
|
Functions | |
| virtual const Matrix3 & | GetValue (int index) const =0 |
| Gets a property for the particle by index. More... | |
| virtual bool | IsGlobal () const =0 |
| Verify if the channel is global. More... | |
| virtual const Matrix3 & | GetValue () const =0 |
| If the channel is global, returns the global value. More... | |
| FPInterfaceDesc * | GetDesc () |
| virtual void | SetValue (int index, const Matrix3 &v)=0 |
| Sets a property for particle by index. More... | |
| virtual void | SetValue (const Matrix3 &v)=0 |
| Sets a property for all particles at once, thus making the channel global. More... | |
| FPInterfaceDesc * | GetDesc () |
|
pure virtual |
Verify if 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. Returns bounding box for all particles.
|
inlinevirtual |
Implements FPInterface.
Sets a property for all particles at once, thus making the channel global.
|
inlinevirtual |
Implements FPInterface.