Table of Contents

Interface ISprite

Namespace
Lime
Assembly
Lime.dll
public interface ISprite
Extension Methods

Properties

AtlasSize

Vector2 AtlasSize { get; }

Property Value

Vector2

AtlasTexture

ITexture AtlasTexture { get; }

Property Value

ITexture

IndexCount

int IndexCount { get; }

Property Value

int

IsRectangular

bool IsRectangular { get; }

Property Value

bool

Size

Vector2 Size { get; }

Property Value

Vector2

VertexCount

int VertexCount { get; }

Property Value

int

Methods

GetIndex(int)

ushort GetIndex(int index)

Parameters

index int

Returns

ushort

GetUV(int)

Vector2 GetUV(int index)

Parameters

index int

Returns

Vector2

GetVertex(int)

Vector2 GetVertex(int index)

Parameters

index int

Returns

Vector2

ValidateRectangular(Node, string)

bool ValidateRectangular(Node node, string useContext = null)

Parameters

node Node
useContext string

Returns

bool