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

◆ GetDataAsColor< T >() [1/2]

Color[] Microsoft.Xna.Framework.Graphics.Texture2D.GetDataAsColor< T > ( )
inlineprivate
Type Constraints
T :struct 
T :IPackedVector 

Definition at line 584 of file Texture2D.cs.

584 : struct, IPackedVector
585 {
586 return GetDataAsColor<T>(_003CModule_003E._003FA0x8419bba8_002EPackedVectorToColor);
587 }

References Microsoft.Xna.Framework.Graphics.Texture2D.GetDataAsColor< T >().

Referenced by Microsoft.Xna.Framework.Graphics.Texture2D.GetDataAsColor< T >().