Search Results for

    Show / Hide Table of Contents

    Struct AccelerometerState

    Describes the accelerometer 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 AccelerometerState : IController

    Fields

    RawAcceleration

    Raw acceleration value in G-force.

    Declaration
    public Vector3 RawAcceleration
    Field Value
    Type Description
    Vector3

    SmoothAcceleration

    Smooth acceleration value in G-force.

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