Method | Defined By | ||
---|---|---|---|
PathEvent(type:String) | PathEvent |
Constant | Defined By | ||
---|---|---|---|
CHANGE_SEGMENT : String = change_segment [static]
Dispatched when the time pointer enters a new PathSegment
| PathEvent | ||
CYCLE : String = cycle [static]
Dispatched when the time pointer enter a new cycle at time 0, after last time was greater than 0.99
| PathEvent | ||
RANGE : String = range [static]
Dispatched when the time pointer is included a given from/to time region on a path
| PathEvent |
PathEvent | () | Constructor |
public function PathEvent(type:String)
type:String |
CHANGE_SEGMENT | Constant |
public static const CHANGE_SEGMENT:String = change_segment
Dispatched when the time pointer enters a new PathSegment
CYCLE | Constant |
public static const CYCLE:String = cycle
Dispatched when the time pointer enter a new cycle at time 0, after last time was greater than 0.99
RANGE | Constant |
public static const RANGE:String = range
Dispatched when the time pointer is included a given from/to time region on a path