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

◆ ValidateFormat() [2/2]

bool UnityEngine.Texture.ValidateFormat ( TextureFormat format)
inlinepackageinherited

Definition at line 115 of file Texture.cs.

116 {
117 bool flag = SystemInfo.SupportsTextureFormat(format);
118 return true;
119 }

References System.format, and UnityEngine.SystemInfo.SupportsTextureFormat().