Module flower.widget.PanelView
Scrollable view class in the Panel.
Extends:
Info:
- Release: V3.0.0
- Author: Makoto
Functions
PanelView:_initInternal () | Initializes the internal variables. |
PanelView:_createChildren () | Performing the initialization processing of the component. |
PanelView:_updateScrollBounds () | Update the ScrollGroup bounds. |
PanelView:setBackgroundTexture (texture) | Sets the background texture path. |
PanelView:getBackgroundTexture (texture) | Returns the background texture path. |
PanelView:setBackgroundVisible (visible) | Set the visible of the background. |
PanelView:getBackgroundVisible () | Returns the visible of the background. |
Functions
- PanelView:_initInternal ()
- Initializes the internal variables.
- PanelView:_createChildren ()
- Performing the initialization processing of the component.
- PanelView:_updateScrollBounds ()
- Update the ScrollGroup bounds.
- PanelView:setBackgroundTexture (texture)
-
Sets the background texture path.
Parameters:
- texture background texture path
- PanelView:getBackgroundTexture (texture)
-
Returns the background texture path.
Parameters:
- texture background texture path
- PanelView:setBackgroundVisible (visible)
-
Set the visible of the background.
Parameters:
- visible visible
- PanelView:getBackgroundVisible ()
-
Returns the visible of the background.
Returns:
-
visible