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

◆ PrintErrorCantAccessIndices()

void UnityEngine.Mesh.PrintErrorCantAccessIndices ( )
inlineprivate

Definition at line 458 of file Mesh.cs.

459 {
460 string name = base.name;
461 Debug.LogError(string.Format("Not allowed to access triangles/indices on mesh '{0}' (isReadable is false; Read/Write must be enabled in import settings)", name));
462 }
class f__AnonymousType0<< Count > j__TPar

References System.Format, j__TPar, UnityEngine.Debug.LogError(), and UnityEngine.Object.name.