Property | Type | Description | |
---|---|---|---|
GetRawMoveVector | System.Vector2 |
Method | Description | |
---|---|---|
ActivateModule ( ) : void | ||
DeactivateModule ( ) : void | ||
IsModuleSupported ( ) : bool | ||
Process ( ) : void | ||
ShouldActivateModule ( ) : bool | ||
UpdateModule ( ) : void |
Method | Description | |
---|---|---|
ProcessMouseEvent ( ) : void | ||
ProcessMouseEvent ( int id ) : void |
Process all mouse events.
|
|
ProcessMousePress ( MouseButtonEventData data ) : void |
Process the current mouse press.
|
|
SendMoveEventToSelectedObject ( ) : bool |
Process keyboard events.
|
|
SendSubmitEventToSelectedObject ( ) : bool |
Process submit keys.
|
|
SendUpdateEventToSelectedObject ( ) : bool | ||
SwitchStandaloneInputModule ( ) : System |
Method | Description | |
---|---|---|
GetRawMoveVector ( ) : System.Vector2 |
protected ProcessMouseEvent ( int id ) : void | ||
id | int | |
return | void |
protected ProcessMousePress ( MouseButtonEventData data ) : void | ||
data | MouseButtonEventData | |
return | void |
protected SendMoveEventToSelectedObject ( ) : bool | ||
return | bool |
protected SendSubmitEventToSelectedObject ( ) : bool | ||
return | bool |
protected SendUpdateEventToSelectedObject ( ) : bool | ||
return | bool |
protected SwitchStandaloneInputModule ( ) : System | ||
return | System |