C# 클래스 MilkShakeFramework.Render.SpriteSheetRenderer

상속: Renderer
파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 메소드들

메소드 설명
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