|
| virtual PFExport BaseInterface * | GetInterface (Interface_ID id) |
| | From InterfaceServer. More...
|
| |
| virtual bool | Proceed (IObject *pCont, PreciseTimeValue timeStart, PreciseTimeValue &timeEnd, Object *pSystem, INode *pNode, INode *actionNode, IPFIntegrator *integrator, BitArray &testResult, Tab< float > &testTime) |
| | Method must be implemented by the derived class. More...
|
| |
| PFExport void | ProceedStep1 (IObject *pCont, Object *pSystem, INode *pNode, INode *actionNode, FPInterface *integrator) |
| | Method must be implemented by the derived class. More...
|
| |
| PFExport bool | ProceedStep2 (TimeValue timeStartTick, float timeStartFraction, TimeValue &timeEndTick, float &timeEndFraction, BitArray &testResult, Tab< float > &testTime) |
| | Method must be implemented by the derived class. More...
|
| |
| const IObject * | containerFnPub () const |
| |
| const Object * | particleSystemFnPub () const |
| |
| const INode * | particleNodeFnPub () const |
| |
| const INode * | actionNodeFnPub () const |
| |
| const FPInterface * | integratorFnPub () const |
| |
| HBITMAP | activeIcon () const |
| |
| HBITMAP | trueIcon () const |
| |
| HBITMAP | falseIcon () const |
| |
| IObject *& | _containerFnPub () |
| |
| Object *& | _particleSystemFnPub () |
| |
| INode *& | _particleNodeFnPub () |
| |
| INode *& | _actionNodeFnPub () |
| |
| FPInterface *& | _integratorFnPub () |
| |
| HBITMAP & | _activeIcon () |
| |
| HBITMAP & | _trueIcon () |
| |
| HBITMAP & | _falseIcon () |
| |