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

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

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

Definition at line 115 of file IndexBuffer.cs.

115 : struct
116 {
117 CopyData(offsetInBytes, data, startIndex, elementCount, 0u, isSetting: true);
118 }

References System.startIndex.