Search Results for

    Show / Hide Table of Contents

    Struct GyroscopeState

    Describes the gyroscope state.

    Implements
    IController
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public struct GyroscopeState : IController

    Fields

    RawRotationRate

    Gets the raw rotational velocity around axis X, Y and Z of the device, in radians per second.

    Declaration
    public Vector3 RawRotationRate
    Field Value
    Type Description
    Vector3

    SmoothRotationRate

    Gets the smothed rotational velocity around axis X, Y and Z of the device, in radians per second.

    Declaration
    public Vector3 SmoothRotationRate
    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