Search Results for

    Show / Hide Table of Contents

    Class CompassChangedArgs

    Event args for compass change.

    Inheritance
    object
    EventArgs
    CompassChangedArgs
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public class CompassChangedArgs : EventArgs

    Constructors

    CompassChangedArgs(CompassState)

    Initializes a new instance of the CompassChangedArgs class.

    Declaration
    public CompassChangedArgs(CompassState compassState)
    Parameters
    Type Name Description
    CompassState compassState

    The compass state.

    Properties

    NewCompassState

    Gets the new compass state.

    Declaration
    public CompassState NewCompassState { get; }
    Property Value
    Type Description
    CompassState

    Extension Methods

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