C# 클래스 FlatRedBall.Gui.CameraViewWindow

A Window that can show what a Camera is viewing.
상속: Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Activity ( Camera camera ) : void
CameraViewWindow ( Cursor cursor, string contentManagerName ) : System
RefreshTexture ( ) : void
UpdateDisplayResolution ( ) : void
WorldXAt ( float absoluteZ ) : float
WorldYAt ( float absoluteZ ) : float

비공개 메소드들

메소드 설명
CheckForMouseWheel ( Window callingWindow ) : void
ResizeEndMethod ( Window callingWindow ) : void
RollingOverEvent ( Window callingWindow ) : void

메소드 상세

Activity() 공개 메소드

public Activity ( Camera camera ) : void
camera Camera
리턴 void

CameraViewWindow() 공개 메소드

public CameraViewWindow ( Cursor cursor, string contentManagerName ) : System
cursor Cursor
contentManagerName string
리턴 System

RefreshTexture() 공개 메소드

public RefreshTexture ( ) : void
리턴 void

UpdateDisplayResolution() 공개 메소드

public UpdateDisplayResolution ( ) : void
리턴 void

WorldXAt() 공개 메소드

public WorldXAt ( float absoluteZ ) : float
absoluteZ float
리턴 float

WorldYAt() 공개 메소드

public WorldYAt ( float absoluteZ ) : float
absoluteZ float
리턴 float