4 using SiliconStudio.Core;
5 using SiliconStudio.Core.Mathematics;
7 namespace SiliconStudio.
Paradox.Graphics
SpriteFrame Clone()
Clone the current sprite frame instance.
Represents a two dimensional mathematical vector.
Rectangle TextureRegion
The rectangle specifying the region of the texture to use for that frame.
Vector2 CenterBias
The bias to the frame center in pixels.
Structure using the same layout than System.Drawing.Rectangle
A sprite frame represents a single frame a sprite animation. It contains the region of the texture re...