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