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

◆ UnregisterDirtyVerticesCallback()

void UnityEngine.UI.Graphic.UnregisterDirtyVerticesCallback ( UnityAction action)
inlineinherited

Definition at line 709 of file Graphic.cs.

710 {
712 if (@delegate != null)
713 {
715 throw new InvalidCastException();
716 }
718 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278
UnityAction m_OnDirtyVertsCallback
Definition Graphic.cs:816

References j__TPar, UnityEngine.UI.Graphic.m_OnDirtyVertsCallback, and System.Delegate.Remove().