Version: 2023.1
언어: 한국어
Method group is Obsolete

TouchScreenKeyboard.Android.consumesOutsideTouches

매뉴얼로 전환
Obsolete public static bool consumesOutsideTouches ;

설명

Indicates whether the keyboard consumes screen touches outside the visible keyboard area.

Deprecated: In future versions Unity will always process touch input outside of the on-screen keyboard. This is relevant when the on-screen keyboard is visible. When true, Unity ignores touch input outside of the on-screen keyboard area. When false, Unity processes touch input outside of the on-screen keyboard area as it would do if the keyboard wasn't on-screen.

The default value is false.