| Package | com.asterisq.constellation.events |
| Class | public class ConstellationEvent |
| Inheritance | ConstellationEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| BEHAVIORS_CHANGE : String = "behaviorsChange" [static] Event type indicating the behaviors were changed.
| ConstellationEvent | ||
| STEP : String = "step" [static] Event type indicating the end of an iteration of the Constellation engine.
| ConstellationEvent | ||
| VALIDATE_NODE_POSITIONS : String = "validateNodePositions" [static] Event type indicating renderer positions were updated.
| ConstellationEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ConstellationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new node renderer event.
| ConstellationEvent | ||
|
clone():Event
| ConstellationEvent | ||
| BEHAVIORS_CHANGE | property |
public static var BEHAVIORS_CHANGE:String = "behaviorsChange"Event type indicating the behaviors were changed.
| STEP | property |
public static var STEP:String = "step"Event type indicating the end of an iteration of the Constellation engine.
| VALIDATE_NODE_POSITIONS | property |
public static var VALIDATE_NODE_POSITIONS:String = "validateNodePositions"Event type indicating renderer positions were updated.
| ConstellationEvent | () | constructor |
public function ConstellationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new node renderer event.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventReturns
Event |