C# Class ClickableArea, TimeLapsus

Inheritance: ScriptWithController
Exibir arquivo Open project: halbich/TimeLapsus Class Usage Examples

Public Properties

Property Type Description
ShowHints bool

Protected Properties

Property Type Description
IsInBox bool
IsUI bool
cursor CursorType,

Public Methods

Method Description
AddHintSprite ( ) : void
GetCurrentCursor ( ) : CursorType,

Protected Methods

Method Description
IsOverUI ( ) : bool
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddHintSprite() public method

public AddHintSprite ( ) : void
return void

GetCurrentCursor() public method

public GetCurrentCursor ( ) : CursorType,
return CursorType,

IsOverUI() protected method

protected IsOverUI ( ) : bool
return bool

OnMouseEnter() protected method

protected OnMouseEnter ( ) : void
return void

OnMouseExit() protected method

protected OnMouseExit ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

IsInBox protected_oe property

protected bool IsInBox
return bool

IsUI protected_oe property

protected bool IsUI
return bool

ShowHints public_oe property

public bool ShowHints
return bool

cursor protected_oe property

protected CursorType, cursor
return CursorType,