Show / Hide Table of Contents

Enum AxisNature

Symbolic value describing the nature of the axis (the typical usage of this axis in applications). Use this value to query unknown devices/axes.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum AxisNature

Fields

Name Description
Position

The axis' values rather describe absolute situations like a position or a rotation

Speed

The axis' values rather describe velocities to be applied to objects like positional or angular speed.

Unknown

This input device's axis' typical usage is not known.

Generated by DocFX
GitHub Repo
Back to top