The initial position of the keyboard, which determines the input style used to type.
Far uses raycasting to type. Near uses direct touch to type. If set to Far or Near, the keyboard position is runtime controlled, so the Transform component will be locked.
Far
= 0
Near
= 1
Direct
= 1
Custom
= 2
Enumeration InputSource
ControllerLeft
No description available
ControllerRight
No description available
HandLeft
No description available
HandRight
No description available
Events
Action< string > CommitText
Occurs when text has been committed @params (string text)