Panel Container
Overview
Manages a collection of Panels.
Fields
Name | Description |
---|---|
Root Panel | If set, defines a root panel that always displays when none other are shown. Generally not used in VR. |
Stack Behavior | How to handle the Panel stack. Normal - New Panels are pushed on top of old, popping new Panel reveals old Panel again. One at a Time - Old Panels are popped as soon as a new Panel comes in. None - No stacking, all Panels are shown when they are pushed without affecting any other Panels. |
Attach All Child Panels | If true, all child Panels are added to this Container. |
Default Stack Name | Panels can be arranged in named stacks, this is the default name to use for Panels. |
Show When Panels Showing | Objects to show when there are Panels in this Container showing. |
Show When No Panels Showing | Objects to show when there are no Panels in this Container showing. |
Actions
Name | Description |
---|---|
On Panels Showing | Fired when Container moves from no Panels showing to Panels showing. |
On No Panels Showing | Fired when Container moves from Panels showing to no Panels showing. |