C# 클래스 Dwarrowdelf.Client.TileControl.TileControlCore3D

상속: TileControlCore
파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
RenderPointToScreen ( Point p ) : Point
RenderPointToScreen3 ( Point rp ) : DoubleVector3
RenderTileToScreen ( Point st ) : Point
ScreenToRenderPoint ( Point mt ) : Point
ScreenToRenderTile ( Point mt ) : Point

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void
TileControlCore3D ( ) : System

비공개 메소드들

메소드 설명
OnTileLayoutChanged ( IntSize2 gridSize, double tileSize ) : void

메소드 상세

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderPointToScreen() 공개 메소드

public RenderPointToScreen ( Point p ) : Point
p Point
리턴 Point

RenderPointToScreen3() 공개 메소드

public RenderPointToScreen3 ( Point rp ) : DoubleVector3
rp Point
리턴 DoubleVector3

RenderTileToScreen() 공개 메소드

public RenderTileToScreen ( Point st ) : Point
st Point
리턴 Point

ScreenToRenderPoint() 공개 메소드

public ScreenToRenderPoint ( Point mt ) : Point
mt Point
리턴 Point

ScreenToRenderTile() 공개 메소드

public ScreenToRenderTile ( Point mt ) : Point
mt Point
리턴 Point

TileControlCore3D() 보호된 메소드

protected TileControlCore3D ( ) : System
리턴 System