Back To Index

MP_vSimpleInput

Jump To Function Definitions


Function Definitions

Select the function name from below to jump directly to it on this page.

Update


protected virtual void Update()

Calls the NetworkOnPressInput when the owner player presses the selected input button. It triggers the OnPressInput UnityEvent for all the network players as well as the owner.

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top