C# Class MenuItemManager, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Méthode Description
ClearRects ( ) : void
MouseIsInGUI ( ) : bool
RegisterRect ( Rect r ) : void
UnregisterRect ( Rect r ) : void

Private Methods

Méthode Description
All ( Rect r ) : bool
Update ( ) : void

Method Details

ClearRects() public static méthode

public static ClearRects ( ) : void
Résultat void

MouseIsInGUI() public static méthode

public static MouseIsInGUI ( ) : bool
Résultat bool

RegisterRect() public static méthode

public static RegisterRect ( Rect r ) : void
r Rect
Résultat void

UnregisterRect() public static méthode

public static UnregisterRect ( Rect r ) : void
r Rect
Résultat void