Class CellSwizzle
Identifies a permutation of the 3 axes
Identical to Unity's CellSwizzle.
Inheritance
System.Object
CellSwizzle
Assembly: Sylves.dll
Syntax
public sealed class CellSwizzle : Enum
Fields
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
XYZ
Declaration
public const CellSwizzle XYZ
Field Value
XZY
Declaration
public const CellSwizzle XZY
Field Value
YXZ
Declaration
public const CellSwizzle YXZ
Field Value
YZX
Declaration
public const CellSwizzle YZX
Field Value
ZXY
Declaration
public const CellSwizzle ZXY
Field Value
ZYX
Declaration
public const CellSwizzle ZYX
Field Value
Extension Methods