C# Class FlatRedBall.Gui.CameraViewWindow

A Window that can show what a Camera is viewing.
Inheritance: Window
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Activity ( Camera camera ) : void
CameraViewWindow ( Cursor cursor, string contentManagerName ) : System
RefreshTexture ( ) : void
UpdateDisplayResolution ( ) : void
WorldXAt ( float absoluteZ ) : float
WorldYAt ( float absoluteZ ) : float

Private Methods

Method Description
CheckForMouseWheel ( Window callingWindow ) : void
ResizeEndMethod ( Window callingWindow ) : void
RollingOverEvent ( Window callingWindow ) : void

Method Details

Activity() public method

public Activity ( Camera camera ) : void
camera Camera
return void

CameraViewWindow() public method

public CameraViewWindow ( Cursor cursor, string contentManagerName ) : System
cursor Cursor
contentManagerName string
return System

RefreshTexture() public method

public RefreshTexture ( ) : void
return void

UpdateDisplayResolution() public method

public UpdateDisplayResolution ( ) : void
return void

WorldXAt() public method

public WorldXAt ( float absoluteZ ) : float
absoluteZ float
return float

WorldYAt() public method

public WorldYAt ( float absoluteZ ) : float
absoluteZ float
return float