Packageaway3d.events
Classpublic class PathEvent
InheritancePathEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
PathEvent(type:String)
PathEvent
Public Constants
 ConstantDefined 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
Constructor Detail
PathEvent()Constructor
public function PathEvent(type:String)



Parameters
type:String
Constant Detail
CHANGE_SEGMENTConstant
public static const CHANGE_SEGMENT:String = change_segment

Dispatched when the time pointer enters a new PathSegment

CYCLEConstant 
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

RANGEConstant 
public static const RANGE:String = range

Dispatched when the time pointer is included a given from/to time region on a path