Search Results for

    Show / Hide Table of Contents

    Interface ISensor

    Sensors interface.

    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public interface ISensor

    Properties

    Started

    Gets a value indicating whether Sensor is started.

    Declaration
    bool Started { get; }
    Property Value
    Type Description
    bool

    true if sensor; otherwise, false.

    Methods

    Exist()

    Check if the sensor exist.

    Declaration
    bool Exist()
    Returns
    Type Description
    bool

    True if sensor exist, false in other case.

    Start()

    Starts the sensor.

    Declaration
    void Start()

    Stop()

    Stops the sensor.

    Declaration
    void Stop()

    Extension Methods

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