C# Class ParticleEditor.GUI.ToolsWindow

Summary description for ToolsWindow.
Inheritance: EditorObjects.Gui.ToolsWindow
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
attachObject FlatRedBall.Gui.ToggleButton
copyEmitter FlatRedBall.Gui.Button
detachObject FlatRedBall.Gui.Button
moveObject FlatRedBall.Gui.ToggleButton
scaleEmitterTime FlatRedBall.Gui.Button

Public Methods

Method Description
CopyEmitterClick ( Window callingWindow ) : void
ScaleEmitterTimeClick ( Window callingWindow ) : void
ToolsWindow ( Cursor cursor ) : System

Private Methods

Method Description
ScaleEmitterTimeOk ( Window callingWindow ) : void

Method Details

CopyEmitterClick() public method

public CopyEmitterClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

ScaleEmitterTimeClick() public method

public ScaleEmitterTimeClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

ToolsWindow() public method

public ToolsWindow ( Cursor cursor ) : System
cursor FlatRedBall.Gui.Cursor
return System

Property Details

attachObject public property

public ToggleButton,FlatRedBall.Gui attachObject
return FlatRedBall.Gui.ToggleButton

copyEmitter public property

public Button,FlatRedBall.Gui copyEmitter
return FlatRedBall.Gui.Button

detachObject public property

public Button,FlatRedBall.Gui detachObject
return FlatRedBall.Gui.Button

moveObject public property

public ToggleButton,FlatRedBall.Gui moveObject
return FlatRedBall.Gui.ToggleButton

scaleEmitterTime public property

public Button,FlatRedBall.Gui scaleEmitterTime
return FlatRedBall.Gui.Button