Search Results for

    Show / Hide Table of Contents

    Class OptionsModule.CreateCustomSettingsDelegate

    The custom settings factory delegate. It should return the default settings object for a given options content.

    Inheritance
    System.Object
    OptionsModule.CreateCustomSettingsDelegate
    Namespace: FlaxEditor.Options
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class CreateCustomSettingsDelegate : MulticastDelegate

    Constructors

    CreateCustomSettingsDelegate(Object, IntPtr)

    Declaration
    public CreateCustomSettingsDelegate(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
    Parameters
    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual object EndInvoke(IAsyncResult result)
    Parameters
    System.IAsyncResult result

    Returns
    System.Object

    Invoke()

    Declaration
    public virtual object Invoke()
    Returns
    System.Object

    Extension Methods

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