Tesla Graphics Engine Documentation (January 2012)
GetData<(Of <(<'T>)>)> Method (data, mipLevel, left, right, top, bottom, front, back, startIndex, elementCount)
TeslaTesla.Xna.Graphics.ImplementationXNATexture3DImplementationGetData<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Declaration Syntax
C#
public override void GetData<T>(
	T[] data,
	int mipLevel,
	int left,
	int right,
	int top,
	int bottom,
	int front,
	int back,
	int startIndex,
	int elementCount
)
where T : struct, new()
Generic Template Parameters
T
Parameters
data (array<T>[]()[][])
mipLevel (Int32)
left (Int32)
right (Int32)
top (Int32)
bottom (Int32)
front (Int32)
back (Int32)
startIndex (Int32)
elementCount (Int32)

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