Class Editor.LightmapsBakeEndDelegate
Lightmaps baking nd event delegate.
Inheritance
System.Object
    Editor.LightmapsBakeEndDelegate
    Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class LightmapsBakeEndDelegate : MulticastDelegateConstructors
LightmapsBakeEndDelegate(Object, IntPtr)
Declaration
public LightmapsBakeEndDelegate(object object, IntPtr method)Parameters
| System.Object
        object 
 | 
| System.IntPtr
        method 
 | 
Methods
BeginInvoke(Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(bool failed, AsyncCallback callback, object object)Parameters
| System.Boolean
        failed 
 | 
| System.AsyncCallback
        callback 
 | 
| System.Object
        object 
 | 
Returns
| System.IAsyncResult 
 | 
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)Parameters
| System.IAsyncResult
        result 
 | 
Invoke(Boolean)
Declaration
public virtual void Invoke(bool failed)Parameters
| System.Boolean
        failed 
 |