Show / Hide Table of Contents

Struct AxisImpDescription

Implementation specific information about an axis exhibited by a device.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public struct AxisImpDescription

Fields

AxisDesc

The axis description that can be passed to user code.

Declaration
public AxisDescription AxisDesc
Field Value
Type Description
AxisDescription

PollAxis

true, if the axis needs to be polled. false if value changes on the axis are event-triggered.

Declaration
public bool PollAxis
Field Value
Type Description
System.Boolean
Generated by DocFX
GitHub Repo
Back to top