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

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

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

Definition at line 88 of file DynamicVertexBuffer.cs.

88 : struct
89 {
90 SetData(0, data, startIndex, elementCount, 0, options);
91 }

References System.options, and System.startIndex.