Property | Type | Description | |
---|---|---|---|
customProfiles | List |
||
dontDestroyOnLoad | bool | ||
enableXInput | bool | ||
invertYAxis | bool | ||
logDebugInfo | bool | ||
useFixedUpdate | bool |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
HandleOnLogMessage ( InControl.LogMessage logMessage ) : void | ||
OnApplicationFocus ( bool focusState ) : void | ||
OnApplicationPause ( bool pauseState ) : void | ||
OnApplicationQuit ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CheckForOuyaEverywhereSupport ( ) : IEnumerator |
public HandleOnLogMessage ( InControl.LogMessage logMessage ) : void | ||
logMessage | InControl.LogMessage | |
return | void |
public OnApplicationFocus ( bool focusState ) : void | ||
focusState | bool | |
return | void |
public OnApplicationPause ( bool pauseState ) : void | ||
pauseState | bool | |
return | void |