Search Results for

    Show / Hide Table of Contents

    Interface IController

    Interface for controllers.

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

    Properties

    IsConnected

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

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

    true if this instance is connected; otherwise, false.

    Extension Methods

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