Class BehaviorResult
Result from the behavior methods
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class BehaviorResult
Properties
| Improve this Doc View SourceResult
Gets the result.
public BehaviorResultCode Result { get; }
Property Type
BehaviorResultCode |
StatusCode
Gets the status code.
public StatusCode StatusCode { get; }
Property Type
StatusCode |