Свойство | Type | Description | |
---|---|---|---|
CameraPosition |
Méthode | Description | |
---|---|---|
Holding ( Buttons Key ) : bool |
Check if a mouse button is being held
|
|
Pressed ( Buttons Key ) : bool |
Check if a mouse button has been pressed
|
|
Released ( Buttons Key ) : bool |
Check if a mouse button has been released
|
|
ScrolledDown ( ) : bool | ||
ScrolledUp ( ) : bool | ||
Update ( ) : void |
public static Holding ( Buttons Key ) : bool | ||
Key | Buttons | The mouse button to check. |
Résultat | bool |
public static Pressed ( Buttons Key ) : bool | ||
Key | Buttons | The mouse button to check. |
Résultat | bool |
public static Released ( Buttons Key ) : bool | ||
Key | Buttons | The mouse button to check. |
Résultat | bool |