Removes the convex at the specified index.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public void RemoveAt(
	int index
)
Visual C++
public:
void RemoveAt(
	int index
)
F#
member RemoveAt : 
        index:int -> unit 

Parameters

index
Type: System..::..Int32
The zero-based index of the convex to remove.

See Also