Removes a range of convexes.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public void RemoveRange( int index, int count ) |
Visual C++ |
---|
public: void RemoveRange( int index, int count ) |
F# |
---|
member RemoveRange : index:int * count:int -> unit |
Parameters
- index
- Type: System..::..Int32
The zero-based starting index of the range of convexes to remove.
- count
- Type: System..::..Int32
The number of convexes to remove.