Static variables

@:value("change_segment")staticinlineread onlyCHANGE_SEGMENT:String = "change_segment"

Dispatched when the time pointer enters a new PathSegment

@:value("cycle")staticinlineread onlyCYCLE:String = "cycle"

Dispatched when the time pointer enter a new cycle at time 0, after last time was greater than 0.99

@:value("range")staticinlineread onlyRANGE:String = "range"

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

Constructor

new(type:String)