Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetData< T >()
[2/3]
void Microsoft.Xna.Framework.Graphics.Texture2D.GetData< T >
(
T[]
data
)
inline
Type Constraints
T
:
struct
Definition at line
203
of file
Texture2D.cs
.
203
:
struct
204
{
205
Rectangle? rect =
null
;
206
int
elementCount = ((data !=
null
) ? data.Length : 0);
207
GetData(0, rect, data, 0, elementCount);
208
}
Microsoft
Xna
Framework
Graphics
Texture2D
Generated by
1.10.0