Tesla Graphics Engine Documentation (January 2012)
GetData<(Of <(<'T>)>)> Method (data, startIndex, elementCount, offsetInBytes, vertexStride)
TeslaTesla.Graphics.ImplementationVertexBufferImplementationGetData<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32, Int32, Int32)
Gets the data from the vertex buffer and copies it into specified array.
Declaration Syntax
C#
public abstract void GetData<T>(
	T[] data,
	int startIndex,
	int elementCount,
	int offsetInBytes,
	int vertexStride
)
where T : struct, new()
Generic Template Parameters
T
The type of data in the vertex buffer.
Parameters
data (array<T>[]()[][])
Array to copy contents to from the vertex buffer into
startIndex (Int32)
Index of the element in the array at each to start writing to
elementCount (Int32)
Number of elements to copy
offsetInBytes (Int32)
Offset in bytes from the beginning of the vertex buffer to the data.
vertexStride (Int32)
Size of an element in bytes
Remarks
See implementors for exceptions that may occur.

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