Class NavMapUpdateEventArgs
Nav map update event args
Inherited Members
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class NavMapUpdateEventArgs : EventArgs
Properties
| Improve this Doc View SourceNavMap
Gets the nav map grid.
public NavMapGrid NavMap { get; }
Property Type
NavMapGrid |