Table of Contents

Method RemoveAt

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

RemoveAt(Vector3[], int)

Removes the anchor at a specific index from an anchor array copy.

public static Vector3[] RemoveAt(Vector3[] srcAnchors, int i)

Parameters

srcAnchors Vector3[]
i int

Returns

Vector3[]