Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetData< T >() [1/3]

void Microsoft.Xna.Framework.Graphics.IndexBuffer.GetData< T > ( int offsetInBytes,
T[] data,
int startIndex,
int elementCount )
inline
Type Constraints
T :struct 

Definition at line 131 of file IndexBuffer.cs.

131 : struct
132 {
133 CopyData(offsetInBytes, data, startIndex, elementCount, 16u, isSetting: false);
134 }

References System.startIndex.