15 lines
456 B
Markdown
15 lines
456 B
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# Bonus Game View
|
|
|
|
## Overview
|
|
|
|
Creates a new instance of the `BonusGameView`. It inherits functionality from the `View` class of `P4FCore`.
|
|
|
|
## Description:
|
|
* Initializes a new instance of BonusGameView.
|
|
* Calls the base View constructor.
|
|
* [p4f-slotty-core/src/view/bonus-game-view.js#L5](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/view/bonus-game-view.js#L5)
|