C# Class FlatRedBall.AnimationEditorForms.Preview.CameraController

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
CameraController ( RenderingLibrary camera, SystemManagers managers, InputLibrary.Cursor cursor, XnaAndWinforms.GraphicsDeviceControl control, Ruler topRuler, Ruler leftRuler ) : System
HandleMouseWheel ( InputLibrary.Cursor cursor, int change, PreviewControls previewControls ) : void

Method Details

CameraController() public method

public CameraController ( RenderingLibrary camera, SystemManagers managers, InputLibrary.Cursor cursor, XnaAndWinforms.GraphicsDeviceControl control, Ruler topRuler, Ruler leftRuler ) : System
camera RenderingLibrary
managers RenderingLibrary.SystemManagers
cursor InputLibrary.Cursor
control XnaAndWinforms.GraphicsDeviceControl
topRuler FlatRedBall.AnimationEditorForms.Wireframe.Ruler
leftRuler FlatRedBall.AnimationEditorForms.Wireframe.Ruler
return System

HandleMouseWheel() public method

public HandleMouseWheel ( InputLibrary.Cursor cursor, int change, PreviewControls previewControls ) : void
cursor InputLibrary.Cursor
change int
previewControls FlatRedBall.AnimationEditorForms.Controls.PreviewControls
return void