.NET SDK Documentation

    Show / Hide Table of Contents

    Class ObjectUpAxisChangedEventArgs

    Object up axis changed event args

    Inheritance
    Object
    EventArgs
    ObjectEventArgs
    ObjectUpAxisChangedEventArgs
    Inherited Members
    ObjectEventArgs.Object
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class ObjectUpAxisChangedEventArgs : ObjectEventArgs

    Properties

    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event

    public uint RobotTimestamp { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    UpAxis

    Gets up axis.

    public UpAxis UpAxis { get; }
    Property Type
    UpAxis

    See Also

    ObjectEventArgs
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • RobotTimestamp
      • UpAxis
    • See Also
    Back to top Copyright (c) 2019 by Wayne Venables