C# 클래스 Treefrog.Render.Annotations.MultiTileSelectionAnnotRenderer

상속: DrawAnnotationRenderer
파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
MultiTileSelectionAnnotRenderer ( MultiTileSelectionAnnot data ) : System
Render ( LilyPath.DrawBatch spriteBatch, float zoomFactor ) : void

비공개 메소드들

메소드 설명
RenderHorizontalLine ( LilyPath.DrawBatch spriteBatch, float zoomFactor, int y ) : void
RenderPartialHorizontalLine ( LilyPath.DrawBatch drawBatch, float zoomFactor, int x1, int x2, int y ) : void
RenderPartialRow ( LilyPath.DrawBatch drawBatch, float zoomFactor, int x1, int x2, int y ) : void
RenderPartialVerticalLine ( LilyPath.DrawBatch drawBatch, float zoomFactor, int x, int y1, int y2 ) : void
RenderRow ( LilyPath.DrawBatch spriteBatch, float zoomFactor, int y ) : void
RenderVerticalLine ( LilyPath.DrawBatch spriteBatch, float zoomFactor, int x ) : void
SingleSet ( TileCoord coord1, TileCoord coord2 ) : bool

메소드 상세

MultiTileSelectionAnnotRenderer() 공개 메소드

public MultiTileSelectionAnnotRenderer ( MultiTileSelectionAnnot data ) : System
data Treefrog.Presentation.Annotations.MultiTileSelectionAnnot
리턴 System

Render() 공개 메소드

public Render ( LilyPath.DrawBatch spriteBatch, float zoomFactor ) : void
spriteBatch LilyPath.DrawBatch
zoomFactor float
리턴 void