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

◆ UnregisterDirtyLayoutCallback()

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

Definition at line 685 of file Graphic.cs.

686 {
688 if (@delegate != null)
689 {
691 throw new InvalidCastException();
692 }
694 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278
UnityAction m_OnDirtyLayoutCallback
Definition Graphic.cs:812

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