Search Results for

    Show / Hide Table of Contents

    Struct MotionState

    Describes the motion state.

    Implements
    IController
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public struct MotionState : IController

    Fields

    Orientation

    Gets the global orientation of the device in Quaternion.

    Declaration
    public Quaternion Orientation
    Field Value
    Type Description
    Quaternion

    OrientationEuler

    Gets the global orientation of the device in Euler Angles.

    Declaration
    public Vector3 OrientationEuler
    Field Value
    Type Description
    Vector3

    Properties

    IsConnected

    Gets or sets a value indicating whether this instance is connected.

    Declaration
    public bool IsConnected { readonly get; set; }
    Property Value
    Type Description
    bool

    true if this instance is connected; otherwise, false.

    Implements

    IController

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX