C# 클래스 FSO.Common.Rendering.Framework.CursorManager

Manages cursors in the game.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentCursor CursorType
INSTANCE CursorManager

공개 메소드들

메소드 설명
CursorManager ( GameWindow window ) : System
Init ( string basepath ) : void
SetCursor ( CursorType type ) : void

메소드 상세

CursorManager() 공개 메소드

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

Init() 공개 메소드

public Init ( string basepath ) : void
basepath string
리턴 void

SetCursor() 공개 메소드

public SetCursor ( CursorType type ) : void
type CursorType
리턴 void

프로퍼티 상세

CurrentCursor 공개적으로 프로퍼티

public CursorType CurrentCursor
리턴 CursorType

INSTANCE 공개적으로 정적으로 프로퍼티

public static CursorManager,FSO.Common.Rendering.Framework INSTANCE
리턴 CursorManager