메소드 | 설명 | |
---|---|---|
Draw ( SpriteBatch spriteBatch ) : void | ||
MiniMap ( Director &director, Texture2D minimapTexture ) : System.Collections.Generic | ||
MouseButtonClicked ( EMouseAction mouseAction, bool withinBounds ) : bool | ||
MouseButtonPressed ( EMouseAction mouseAction, bool withinBounds ) : bool | ||
MouseButtonReleased ( EMouseAction mouseAction, bool withinBounds ) : bool | ||
MousePositionChanged ( float screenX, float screenY, float worldX, float worldY ) : void | ||
Update ( GameTime gametime ) : void |
public MiniMap ( Director &director, Texture2D minimapTexture ) : System.Collections.Generic | ||
director | Director | |
minimapTexture | Texture2D | |
리턴 | System.Collections.Generic |
public MouseButtonClicked ( EMouseAction mouseAction, bool withinBounds ) : bool | ||
mouseAction | EMouseAction | |
withinBounds | bool | |
리턴 | bool |
public MouseButtonPressed ( EMouseAction mouseAction, bool withinBounds ) : bool | ||
mouseAction | EMouseAction | |
withinBounds | bool | |
리턴 | bool |
public MouseButtonReleased ( EMouseAction mouseAction, bool withinBounds ) : bool | ||
mouseAction | EMouseAction | |
withinBounds | bool | |
리턴 | bool |
public MousePositionChanged ( float screenX, float screenY, float worldX, float worldY ) : void | ||
screenX | float | |
screenY | float | |
worldX | float | |
worldY | float | |
리턴 | void |