• Preparing search index...
  • The search index is not available
Source Academy Modules
  • Source Academy Modules
  • unity_academy
  • get_key_up

Function get_key_up

  • get_key_up(keyCode): boolean
  • When user releases a pressed key on the keyboard or mouse button, this function will return true only at the frame when the key is just released up and return false otherwise.

    For more information, see https://docs.unity3d.com/ScriptReference/Input.GetKeyUp.html

    Parameters

    • keyCode: string

      The key to detact input for.

    Returns boolean

    A boolean value equivalent to Input.GetKeyUp(keyCode) in Unity.

    • Defined in bundles/unity_academy/functions.ts:529

Settings

Member Visibility

Theme

Source Academy Modules
  • Loading...

Generated using TypeDoc