LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ClusterInput.GetButton

public static bool GetButton(string name);

Parameters

nameName of input to poll.

Description

Returns the binary value of a button.

True for pressed, false otherwise.