Versatile context menu drawer that is programmatically configured for each demo scene to contain specific UI controls
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour Com.ForbiddenByte.OSA.Demos.Common.DrawerDrawerCommandPanel
Namespace:
Com.ForbiddenByte.OSA.Demos.Common.Drawer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class DrawerCommandPanel : MonoBehaviour
The DrawerCommandPanel type exposes the following members.
Constructors
Properties
Methods|
| Name | Description |
|---|
 | AddButtonsWithOptionalInputPanel | |
 | AddButtonWithInputPanel | |
 | AddLabelWithInputPanel | |
 | AddLabelWithSliderPanel | |
 | AddLabelWithTogglePanel | |
 | AddLabelWithTogglesPanel | |
 | DoForAllAdapters | |
 | Draw | |
 | Init(IOSA, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) | |
 | Init(IOSA, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) | |
 | RequestChangeItemCountToSpecified | Callback from UI Button. Parses the text in the count input field as an int and sets it as the new item count, refreshing all the views. It mocks a basic server communication where you request x items and you receive them after a few seconds |
 | RequestChangeItemCountToSpecifiedIgnoringServerDelay | |
 | RequestSmoothScrollTo | |
 | RequestSmoothScrollToSpecified | |
Top
Events
Fields
Version InformationOptimized ScrollView Adapter
Supported in: 4.1
See Also