C# Class hyades.editor.Cursor

Show file Open project: zfedoran/bubblebound Class Usage Examples

Public Properties

Property Type Description
color Color

Public Methods

Method Description
Cursor ( float scale ) : System
Draw ( GraphicsDevice device ) : void
Warm ( GraphicsDevice device ) : void

Method Details

Cursor() public method

public Cursor ( float scale ) : System
scale float
return System

Draw() public method

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
return void

Warm() public method

public Warm ( GraphicsDevice device ) : void
device GraphicsDevice
return void

Property Details

color public property

public Color color
return Color