C# Class EditorObjects.Gui.CameraBoundsPropertyGrid

Inheritance: CameraPropertyGrid
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
CameraBoundsPropertyGrid ( Camera camera ) : System
UpdateDisplayedProperties ( ) : void

Protected Methods

Method Description
SelectCameraConfiguration ( Window callingWindow ) : void

Private Methods

Method Description
ChangeTargetZ ( Window callingWindow ) : void
UpdateBounds ( ) : void
UpdateBoundsEvent ( Window callingWindow ) : void

Method Details

CameraBoundsPropertyGrid() public method

public CameraBoundsPropertyGrid ( Camera camera ) : System
camera FlatRedBall.Camera
return System

SelectCameraConfiguration() protected method

protected SelectCameraConfiguration ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

UpdateDisplayedProperties() public method

public UpdateDisplayedProperties ( ) : void
return void