MonoBehaviourExtensions.Invoke Method
From MyDungeon
MyDungeon Documentation
MonoBehaviourExtensionsInvoke Method |
Invoke using a delegate
Namespace: MyDungeon.Utilities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public static void Invoke( this MonoBehaviour me, Action delegateName, float time )
Parameters
- me
- Type: MonoBehaviour
[Missing <param name="me"/> documentation for "M:MyDungeon.Utilities.MonoBehaviourExtensions.Invoke(UnityEngine.MonoBehaviour,System.Action,System.Single)"]
- delegateName
- Type: SystemAction
Name of a function to invoke - time
- Type: SystemSingle
Time to wait before invoking the delegate