Class GameCooker.BuildProgressDelegate
Game building progress reporting delegate type.
Inheritance
System.Object
GameCooker.BuildProgressDelegate
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class BuildProgressDelegate : MulticastDelegate
Constructors
BuildProgressDelegate(Object, IntPtr)
Declaration
public BuildProgressDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(String, Single, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string info, float totalProgress, AsyncCallback callback, object object)
Parameters
System.String
info
|
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(String, Single)
Declaration
public virtual void Invoke(string info, float totalProgress)
Parameters
System.String
info
|
System.Single
totalProgress
|