Show / Hide Table of Contents

Class AxisValueChangedArgs

Event arguments sent with value changing events for input axes.

Inheritance
System.Object
System.EventArgs
AxisValueChangedArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public class AxisValueChangedArgs : EventArgs

Fields

Axis

The axis description which axis' value has changed.

Declaration
public AxisDescription Axis
Field Value
Type Description
AxisDescription

Value

The new value exhibited by the axis.

Declaration
public float Value
Field Value
Type Description
System.Single
In This Article
  • Fields
    • Axis
    • Value
Generated by DocFX
GitHub Repo
Back to top