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

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

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

Definition at line 113 of file VertexBuffer.cs.

113 : struct
114 {
115 SetData(0, data, startIndex, elementCount, 0);
116 }

References System.startIndex.