Delegate AnimationCallback.AnimationEvent
Delegate for the animation event callback.
Assembly: Genesis.dll
Syntax
public delegate void AnimationCallback.AnimationEvent(Game game, GameElement element)
Parameters
Type |
Name |
Description |
Game |
game |
The game instance triggering the event.
|
GameElement |
element |
The game element associated with the event.
|
Constructors
AnimationEvent(object, IntPtr)
Declaration
public AnimationEvent(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Game, GameElement, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Game game, GameElement element, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(Game, GameElement)
Declaration
public virtual void Invoke(Game game, GameElement element)
Parameters