This version of Unity is unsupported.

Grid.Swizzle

Switch to Manual

Declaration

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

Parameters

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

Returns

Vector3 The swizzled position.

Description

Swizzles the given position with the given swizzle order.

See Also: Grid.CellSwizzle.