C# Class ClickableArea, TimeLapsus

Inheritance: ScriptWithController
Afficher le fichier Open project: halbich/TimeLapsus Class Usage Examples

Méthodes publiques

Свойство Type Description
ShowHints bool

Protected Properties

Свойство Type Description
IsInBox bool
IsUI bool
cursor CursorType,

Méthodes publiques

Méthode Description
AddHintSprite ( ) : void
GetCurrentCursor ( ) : CursorType,

Méthodes protégées

Méthode Description
IsOverUI ( ) : bool
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddHintSprite() public méthode

public AddHintSprite ( ) : void
Résultat void

GetCurrentCursor() public méthode

public GetCurrentCursor ( ) : CursorType,
Résultat CursorType,

IsOverUI() protected méthode

protected IsOverUI ( ) : bool
Résultat bool

OnMouseEnter() protected méthode

protected OnMouseEnter ( ) : void
Résultat void

OnMouseExit() protected méthode

protected OnMouseExit ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

IsInBox protected_oe property

protected bool IsInBox
Résultat bool

IsUI protected_oe property

protected bool IsUI
Résultat bool

ShowHints public_oe property

public bool ShowHints
Résultat bool

cursor protected_oe property

protected CursorType, cursor
Résultat CursorType,