MRTKUGUIInputField.DisableUGUIWorkaround Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Currently there is a Unity bug that needs a workaround. Please keep this setting to be false until an announcement of the version of Unity/UGUI that resolves the issue is made.
public:
property bool DisableUGUIWorkaround { bool get(); void set(bool value); };
public bool DisableUGUIWorkaround { get; set; }
member this.DisableUGUIWorkaround : bool with get, set
Public Property DisableUGUIWorkaround As Boolean