Class Control.UpdateDelegate
Performs control logic update.
Inheritance
System.Object
    Control.UpdateDelegate
    Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class UpdateDelegate : MulticastDelegateConstructors
UpdateDelegate(Object, IntPtr)
Declaration
public UpdateDelegate(object object, IntPtr method)Parameters
| System.Object
        object 
 | 
| System.IntPtr
        method 
 | 
Methods
BeginInvoke(Single, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(float deltaTime, AsyncCallback callback, object object)Parameters
| System.Single
        deltaTime 
 | 
| System.AsyncCallback
        callback 
 | 
| System.Object
        object 
 | 
Returns
| System.IAsyncResult 
 | 
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)Parameters
| System.IAsyncResult
        result 
 | 
Invoke(Single)
Declaration
public virtual void Invoke(float deltaTime)Parameters
| System.Single
        deltaTime 
 |