Tesla Graphics Engine Documentation (January 2012)
GetData<(Of <(<'T>)>)> Method (data, startIndex, elementCount)
TeslaTesla.GraphicsIndexBufferGetData<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32)
Reads data from the index buffer into the array.
Declaration Syntax
C#
public void GetData<T>(
	T[] data,
	int startIndex,
	int elementCount
)
where T : struct, new()
Generic Template Parameters
T
The type of data in the index buffer - int or short.
Parameters
data (array<T>[]()[][])
Array to write the data to
startIndex (Int32)
Starting index in the array at which to start writing to
elementCount (Int32)
Number of indices to read
Remarks
See implementors for exceptions that may occur.
Exceptions
Exception Condition
TeslaException Thrown if an error occurs while reading from the index buffer

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)