C# Class FSO.Common.Rendering.Framework.CursorManager

Manages cursors in the game.
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
CurrentCursor CursorType
INSTANCE CursorManager

Public Methods

Method Description
CursorManager ( GameWindow window ) : System
Init ( string basepath ) : void
SetCursor ( CursorType type ) : void

Method Details

CursorManager() public method

public CursorManager ( GameWindow window ) : System
window Microsoft.Xna.Framework.GameWindow
return System

Init() public method

public Init ( string basepath ) : void
basepath string
return void

SetCursor() public method

public SetCursor ( CursorType type ) : void
type CursorType
return void

Property Details

CurrentCursor public_oe property

public CursorType CurrentCursor
return CursorType

INSTANCE public_oe static_oe property

public static CursorManager,FSO.Common.Rendering.Framework INSTANCE
return CursorManager