Class ProductCatalogEditor.CompatibleGUI
Workaround toggleOnLabelClick not being supported correctly until Unity 5.5 See https://ono.unity3d.com/unity/unity/changeset/9f5bb2308eb90fb8276f49033a5b31f66cd4faa3 (5.5.0b2)
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: solution.dll
Syntax
protected static class ProductCatalogEditor.CompatibleGUI
Fields
| Name | Description |
|---|---|
| parsedVersion | Whether or not the GUI item has been folded out. |
Methods
| Name | Description |
|---|---|
| Foldout(bool, string, bool, GUIStyle) | Folds out the GUI item. |
| FoldoutHelper(bool, string, bool, GUIStyle) | Helper that folds out the GUI item. Exists to fix a linker binding error with Foldout. |