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() [1/2]

bool UnityEngine.Texture.ValidateFormat ( GraphicsFormat format,
FormatUsage usage )
inlinepackageinherited

Definition at line 122 of file Texture.cs.

123 {
124 string text;
125 Debug.LogWarning(string.Format("'{0}' is not allowed because it is an auto format and not an exact format. Use GraphicsFormatUtility.GetDepthStencilFormat to get an exact depth/stencil format.", text), this);
126 throw new MissingMethodException();
127 }

References System.Format, UnityEngine.Debug.LogWarning(), and System.text.