Enum Axis3D

Namespace
CodeSmile.AnyMotion.Core.Noise
/
Assembly
ApiSource.dll

Which local axes a noise or shake channel drives. Combinable, so a channel can drive any subset.

[Flags]
public enum Axis3D : byte
Expand Details ...

Fields

All = X | Y | Z
None = 0
X = 1
Y = 2
Z = 4