terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RefreshAtlasTexture()

void Microsoft.Xna.Framework.Graphics.Texture2D.RefreshAtlasTexture ( )
inline

Definition at line 163 of file Texture2D.cs.

164 {
165 if (!this._textureLoaded)
166 {
168 if (textureAtlas != null)
169 {
175 int atlasIndex2 = packedEntry.AtlasIndex;
176 Texture2D texture2D2 = textureAtlas2.AltlasAlphaTexture(atlasIndex2);
180 int atlasIndex3 = packedEntry2.AtlasIndex;
181 Texture2D texture2D3 = textureAtlas3.AltlasPalTexture(atlasIndex3);
184 this._textureLoaded = true;
188 }
189 }
190 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.Texture2D._textureAtlas, Microsoft.Xna.Framework.Graphics.Texture2D._textureLoaded, Microsoft.Xna.Framework.Graphics.Texture2D._unityTexture, TextureAtlasEntry.AtlasIndex, j__TPar, and Microsoft.Xna.Framework.Graphics.Texture2D.PackedEntry.