Class Editor.LightmapsBakeProgressDelegate
Lightmaps baking progress event delegate.
Inheritance
System.Object
Editor.LightmapsBakeProgressDelegate
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class LightmapsBakeProgressDelegate : MulticastDelegate
Constructors
LightmapsBakeProgressDelegate(Object, IntPtr)
Declaration
public LightmapsBakeProgressDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Editor.LightmapsBakeSteps, Single, Single, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Editor.LightmapsBakeSteps step, float stepProgress, float totalProgress, AsyncCallback callback, object object)
Parameters
Editor.LightmapsBakeSteps
step
|
System.Single
stepProgress
|
System.Single
totalProgress
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Editor.LightmapsBakeSteps, Single, Single)
Declaration
public virtual void Invoke(Editor.LightmapsBakeSteps step, float stepProgress, float totalProgress)
Parameters
Editor.LightmapsBakeSteps
step
|
System.Single
stepProgress
|
System.Single
totalProgress
|