Package | impression.simulation |
Interface | public interface ISimulationEx extends ISimulation, flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
freeze : Boolean
The freeze state of the simulation. | ISimulationEx | ||
![]() | ownerSetsData : Boolean [read-only]
Determines how data is set. | ISimulation |
Method | Defined By | ||
---|---|---|---|
calculate():void
Performs a single calculation step. | ISimulationEx | ||
![]() | getData(items:* = null):*
Returns specific simulation data. | ISimulation | |
reset(type:* = null):void
Resets the simulation. | ISimulationEx | ||
![]() | setData(items:*):void
Sets simulation data. | ISimulation |
freeze | property |
freeze:Boolean
The freeze state of the simulation. This is typically supported by simulations that run on a timer.
public function get freeze():Boolean
public function set freeze(value:Boolean):void
calculate | () | method |
public function calculate():void
Performs a single calculation step.
reset | () | method |
public function reset(type:* = null):void
Resets the simulation.
Parameters
type:* (default = null ) — Specifies the type of reset.
|