C# Класс MilkShakeFramework.Render.SpriteSheetRenderer

Наследование: Renderer
Показать файл Открыть проект

Открытые методы

Метод Описание
Draw ( Vector2 position, int width, int height, Rectangle source ) : void
Draw ( Vector2 position, int width, int height, Rectangle source, bool flipped ) : void
Draw ( Vector2 position, int width, int height, Rectangle source, bool flipped, Color color, float rotation, Vector2 origin, Vector2 scale ) : void
Load ( LoadManager content ) : void
SpriteSheetRenderer ( string url ) : System

Описание методов

Draw() публичный Метод

public Draw ( Vector2 position, int width, int height, Rectangle source ) : void
position Vector2
width int
height int
source Microsoft.Xna.Framework.Rectangle
Результат void

Draw() публичный Метод

public Draw ( Vector2 position, int width, int height, Rectangle source, bool flipped ) : void
position Vector2
width int
height int
source Microsoft.Xna.Framework.Rectangle
flipped bool
Результат void

Draw() публичный Метод

public Draw ( Vector2 position, int width, int height, Rectangle source, bool flipped, Color color, float rotation, Vector2 origin, Vector2 scale ) : void
position Vector2
width int
height int
source Microsoft.Xna.Framework.Rectangle
flipped bool
color Color
rotation float
origin Vector2
scale Vector2
Результат void

Load() публичный Метод

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
Результат void

SpriteSheetRenderer() публичный Метод

public SpriteSheetRenderer ( string url ) : System
url string
Результат System