Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


area

Indicates the portion of the screen that is currently covered by the on-screen keyboard.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static Rect area { get; }

Remarks

On Android, this property returns zero-Rect, that is Rect(0,0,0,0). For more information, refer to Rect.