Search Results for

    Show / Hide Table of Contents

    Class Control.UpdateDelegate

    Performs control logic update.

    Inheritance
    System.Object
    Control.UpdateDelegate
    Namespace: FlaxEngine.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class UpdateDelegate : MulticastDelegate

    Constructors

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat