Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetProcessInputs()

Returns whether the playable inputs will be processed or not.
Read time 1 minuteLast updated 6 days ago

Definition

public bool GetProcessInputs()

Returns

Type

Description

bool
true
if the inputs will be processed;
false
otherwise.

Remarks