Interface: operator

The operator Interface is exposed in all Particle Flow Operator Classes.

   

Methods:

<bool><PF_Operator>.proceed <IObject>container <time>timeStart <time>timeEnd <object>particleSystem <node>particleSystemNode <node>actionNode <Interface>integrator 	 

Proceeds the Operator. Lets you calls the Proceed method of an Operator from inside a Script_Operator’s on Proceed... handler.

For an example, see Speed Operator in Script Operator Example

   

This Interface is available in:

See Also