The XSprite type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| AfterAnimate |
The event is fired after carrying out the sprite animation.
| |
| Animate |
The event is fired when the sprite is animated.
| |
| BeforeAnimate |
The event is fired before carrying out the sprite animation.
| |
| Collision |
Event is fired if the sprites collides with another one.
| |
| Disposed | Adds an event handler to listen to the Disposed event on the component. | |
| LocalTransformationChanged |
The event is fired when sprite transform matrix is changed.
| |
| ParentChanged |
Event that tracks sprite parent change.
| |
| SubspriteInserted |
Event that tracks adding of a sprite to the Sprites sprite collection.
| |
| SubspriteRemoved |
Event that tracks removing of a sprite from the Sprites sprite collection.
|