Click or drag to resize
SpriteAnimationClipPlayOnAnimationEnd Field
Callback to call when animation clip ends. Note: if looping animation this will be called every time a cycle ends. If not looping, will be called once.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public OnAnimationClipEnds OnAnimationEnd

Field Value

Type: OnAnimationClipEnds
See Also