Show / Hide Table of Contents

Enum AxisDirection

Symbolic value describing the logical direction of an input axis.

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

Fields

Name Description
Unknown

The axis' direction is unknown.

X

Axis directs towards X (first component of a compound axis).

Y

Axis directs towards Y (second component of a compound axis).

Z

Axis directs towards Z (third component of a compound axis).

Generated by DocFX
GitHub Repo
Back to top