Class GameCooker.BuildEventDelegate
Game building event delegate.
Inheritance
System.Object
GameCooker.BuildEventDelegate
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class BuildEventDelegate : MulticastDelegate
Constructors
BuildEventDelegate(Object, IntPtr)
Declaration
public BuildEventDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(GameCooker.EventType, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(GameCooker.EventType type, AsyncCallback callback, object object)
Parameters
GameCooker.EventType
type
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(GameCooker.EventType)
Declaration
public virtual void Invoke(GameCooker.EventType type)
Parameters
GameCooker.EventType
type
|