Grid.InverseSwizzle

Cambiar al Manual
public static Vector3 InverseSwizzle (GridLayout.CellSwizzle swizzle, Vector3 position);

Parámetros

swizzleDetermines the rearrangement order for the inverse swizzle.
positionPosition to inverse swizzle.

Valor de retorno

Vector3 The inversed swizzled position.

Descripción

Does the inverse swizzle of the given position for given swizzle order.

See Also: Grid.CellSwizzle.