C# Class EditorObjects.Crosshair

Inheritance: FlatRedBall.PositionedObject
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
mColor Microsoft.Xna.Framework.Graphics.Color

Public Methods

Method Description
Crosshair ( ) : System
Destroy ( ) : void
UpdateScale ( ) : void
UpdateScale ( Camera camera ) : void

Method Details

Crosshair() public method

public Crosshair ( ) : System
return System

Destroy() public method

public Destroy ( ) : void
return void

UpdateScale() public method

public UpdateScale ( ) : void
return void

UpdateScale() public method

public UpdateScale ( Camera camera ) : void
camera FlatRedBall.Camera
return void

Property Details

mColor public property

public Microsoft.Xna.Framework.Graphics.Color mColor
return Microsoft.Xna.Framework.Graphics.Color