프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CameraPosition |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | bool |
public static Pressed ( Buttons Key ) : bool | ||
Key | Buttons | The mouse button to check. |
리턴 | bool |
public static Released ( Buttons Key ) : bool | ||
Key | Buttons | The mouse button to check. |
리턴 | bool |