Show / Hide Table of Contents

Class CellSwizzle

Identifies a permutation of the 3 axes Identical to Unity's CellSwizzle.

Inheritance
System.Object
CellSwizzle
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class CellSwizzle : Enum

Fields

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

XYZ

Declaration
public const CellSwizzle XYZ
Field Value
Type Description
CellSwizzle

XZY

Declaration
public const CellSwizzle XZY
Field Value
Type Description
CellSwizzle

YXZ

Declaration
public const CellSwizzle YXZ
Field Value
Type Description
CellSwizzle

YZX

Declaration
public const CellSwizzle YZX
Field Value
Type Description
CellSwizzle

ZXY

Declaration
public const CellSwizzle ZXY
Field Value
Type Description
CellSwizzle

ZYX

Declaration
public const CellSwizzle ZYX
Field Value
Type Description
CellSwizzle

Extension Methods

CellSwizzleExtensions.ToCubeRotation(CellSwizzle)
CellSwizzleExtensions.ToMatrix(CellSwizzle)
In This Article
Back to top Generated by DocFX