Adds vector to the vector collection at the exact position given in the parameter index.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public void Insert( int index, Vector3 value ) |
Parameters
- index
- Type: System..::.Int32
Determines vector position in the collection.
- value
- Type: Vector3
Vector Vector3 to be added.