C# Class FlatRedBall.Gui.CameraViewWindow

A Window that can show what a Camera is viewing.
Inheritance: Window
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode 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

Méthode Description
CheckForMouseWheel ( Window callingWindow ) : void
ResizeEndMethod ( Window callingWindow ) : void
RollingOverEvent ( Window callingWindow ) : void

Method Details

Activity() public méthode

public Activity ( Camera camera ) : void
camera Camera
Résultat void

CameraViewWindow() public méthode

public CameraViewWindow ( Cursor cursor, string contentManagerName ) : System
cursor Cursor
contentManagerName string
Résultat System

RefreshTexture() public méthode

public RefreshTexture ( ) : void
Résultat void

UpdateDisplayResolution() public méthode

public UpdateDisplayResolution ( ) : void
Résultat void

WorldXAt() public méthode

public WorldXAt ( float absoluteZ ) : float
absoluteZ float
Résultat float

WorldYAt() public méthode

public WorldYAt ( float absoluteZ ) : float
absoluteZ float
Résultat float