This version of Unity is unsupported.

Grid.InverseSwizzle

Switch to Manual

Declaration

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

Parameters

swizzle Determines the rearrangement order for the inverse swizzle.
position Position to inverse swizzle.

Returns

Vector3 The inversed swizzled position.

Description

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

See Also: Grid.CellSwizzle.