C# 클래스 Treefrog.Plugins.Tiles.Layers.TileSetLayerPresenter

상속: RenderLayerPresenter, IPointerResponder
파일 보기 프로젝트 열기: jaquadro/Treefrog

Private Properties

프로퍼티 타입 설명
CoordToIndex int

공개 메소드들

메소드 설명
HandleEndPointerSequence ( PointerEventInfo info ) : void
HandlePointerLeaveField ( ) : void
HandlePointerPosition ( PointerEventInfo info ) : void
HandleStartPointerSequence ( PointerEventInfo info ) : void
HandleUpdatePointerSequence ( PointerEventInfo info ) : void
TileSetLayerPresenter ( TileSetLayer layer ) : System
TileToCoord ( Tile tile ) : TileCoord

보호된 메소드들

메소드 설명
OnTileSelected ( TileEventArgs e ) : void

비공개 메소드들

메소드 설명
CoordToIndex ( int x, int y ) : int

메소드 상세

HandleEndPointerSequence() 공개 메소드

public HandleEndPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
리턴 void

HandlePointerLeaveField() 공개 메소드

public HandlePointerLeaveField ( ) : void
리턴 void

HandlePointerPosition() 공개 메소드

public HandlePointerPosition ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
리턴 void

HandleStartPointerSequence() 공개 메소드

public HandleStartPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
리턴 void

HandleUpdatePointerSequence() 공개 메소드

public HandleUpdatePointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
리턴 void

OnTileSelected() 보호된 메소드

protected OnTileSelected ( TileEventArgs e ) : void
e TileEventArgs
리턴 void

TileSetLayerPresenter() 공개 메소드

public TileSetLayerPresenter ( TileSetLayer layer ) : System
layer Treefrog.Model.TileSetLayer
리턴 System

TileToCoord() 공개 메소드

public TileToCoord ( Tile tile ) : TileCoord
tile Treefrog.Framework.Model.Tile
리턴 TileCoord