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