data class SpatialMarker
(source)
Trajectory marker that is triggered when the trajectory passes the specified point.
<init> |
Trajectory marker that is triggered when the trajectory passes the specified point. SpatialMarker(point: Vector2d, callback: MarkerCallback) |
callback |
val callback: MarkerCallback |
point |
val point: Vector2d |