Beispiel #1
0
 public static void InvokeOnPostRenderEvent(object @this)
 {
     OnPostRenderEvent.Invoke(@this, EventArgs.Empty);
 }
Beispiel #2
0
 void OnPostRender()
 {
     onTrigger.Invoke(gameObject);
 }
Beispiel #3
0
 internal static void InvokeOnPostRenderEvent(object sender, EventArgs e)
 {
     OnPostRenderEvent.Invoke(sender, e);
 }