Search Results for

    Show / Hide Table of Contents

    Interface IMotionSensorListener

    Interface for Motion sensor.

    Inherited Members
    IListener.Exist()
    IListener.Register()
    IListener.Unregister()
    IDisposable.Dispose()
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public interface IMotionSensorListener : IListener, IDisposable

    Methods

    GetState()

    Gets the motion state.

    Declaration
    MotionState GetState()
    Returns
    Type Description
    MotionState

    Motion state.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX