C# Class BBGamelib.UIWindow

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
OnGUIUpdate ( CADisplayLink sender ) : void
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
OnUpdate ( CADisplayLink sender ) : void
keyboardEvent ( ) : void
setResolutionHeight ( float hInPixels ) : void

Private Methods

Method Description
getMouseEvent ( ) : NSEvent

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUIUpdate() public method

public OnGUIUpdate ( CADisplayLink sender ) : void
sender CADisplayLink
return void

OnMouseEnter() public method

public OnMouseEnter ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

OnUpdate() public method

public OnUpdate ( CADisplayLink sender ) : void
sender CADisplayLink
return void

keyboardEvent() public method

public keyboardEvent ( ) : void
return void

setResolutionHeight() public method

public setResolutionHeight ( float hInPixels ) : void
hInPixels float
return void