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

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

void Microsoft.Xna.Framework.Graphics.Texture3D.GetData< T > ( int level,
int left,
int top,
int right,
int bottom,
int front,
int back,
T[] data,
int startIndex,
int elementCount )
inline
Type Constraints
T :struct 

Definition at line 105 of file Texture3D.cs.

105 : struct
106 {
107 CopyData(level, left, top, right, bottom, front, back, data, startIndex, elementCount, 16u, isSetting: false);
108 }

References System.startIndex.