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 : MulticastDelegateConstructors
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 
 |