16 lines
524 B
Markdown
16 lines
524 B
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# EndRoundView
|
|
|
|
## Overview
|
|
|
|
EndRoundView is a UI component for managing the end-of-round visuals in the slot machine game. It extends the base View class, providing logic and presentation for the spin completion state.
|
|
|
|
## Description
|
|
|
|
* Constructs a new EndRoundView instance.
|
|
* Invokes the base View constructor for initialization.
|
|
* [Source code reference](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/view/end-round-view.js#L5)
|