2025-07-17 09:06:56 +07:00

31 lines
854 B
Markdown

---
sidebar_position: 3
---
# Free Game View
## Overview
The `FreeGameView` class manages the presentation layer for the Free Game feature. It handles the UI transitions and animations when entering the Free Game mode during gameplay.
---
## Index
### Methods
- [presentFreeGame](#presentfreegame) — Displays the Free Game UI presentation.
---
## Details
### Methods
#### presentFreeGame
Displays the Free Game screen to the player. This method is triggered when the player enters the Free Game feature. It typically includes animations or UI transitions indicating the start of Free Game mode.
| Meta | Description |
|------|-------------|
| Defined in | [p4f-slotty-core/src/view/free-game-view.js#L6](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/view/free-game-view.js#L6) |