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