MRTKUGUIInputField.DisableUGUIWorkaround Property

Definition

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

Property Value

Applies to