Merge pull request 'add after spin controller' (#102) from feature/add-after-spin-controler into develop
Reviewed-on: #102
This commit is contained in:
commit
aea8a96e38
@ -6,6 +6,9 @@ sidebar_position: 0
|
|||||||
# Slot Game API
|
# Slot Game API
|
||||||
|
|
||||||
## Slot Game Machine
|
## Slot Game Machine
|
||||||
* [Initialize Controller](slot-machine/initialize-controller)
|
* [Initialize](slot-machine/initialize-controller)
|
||||||
* [Balance](category/balance)
|
* [Balance](category/balance)
|
||||||
* [Bet](category/bet)
|
* [Bet](category/bet)
|
||||||
|
* [Spin](category/spin)
|
||||||
|
* [After Spin](category/after-spin)
|
||||||
|
* [Auto Spin](category/after-spin)
|
18
api-doc/slot-machine/after-spin/_category_.json
Normal file
18
api-doc/slot-machine/after-spin/_category_.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"position": 5,
|
||||||
|
"label": "After Spin",
|
||||||
|
"collapsible": true,
|
||||||
|
"collapsed": true,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"title": "After Spin",
|
||||||
|
"description": "This section will guide you through the process of setting up a new project, including creating a new repository and configuring your development environment.",
|
||||||
|
"keywords": [
|
||||||
|
"controller",
|
||||||
|
"project",
|
||||||
|
"repository",
|
||||||
|
"model",
|
||||||
|
"afterspin"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
19
api-doc/slot-machine/after-spin/after-spin-controller.md
Normal file
19
api-doc/slot-machine/after-spin/after-spin-controller.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# After Spin Controller
|
||||||
|
## Index
|
||||||
|
|
||||||
|
### Methods
|
||||||
|
|
||||||
|
* [transitionToNextState](#transitiontonextstate) Check the condition and move to the next state.
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
#### transitionToNextState
|
||||||
|
> Check the condition and move to the next state.<br/>
|
||||||
|
|
||||||
|
| meta | description |
|
||||||
|
| :--- | :---------- |
|
||||||
|
| Defined in | [p4f-slotty-core/src/controller/after-spin-controller.js:21](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/branch/develop/src/controller/after-spin-controller.js#L21)|
|
5
api-doc/slot-machine/after-spin/after-spin-model.md
Normal file
5
api-doc/slot-machine/after-spin/after-spin-model.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# After Spin Model
|
5
api-doc/slot-machine/after-spin/after-spin-view.md
Normal file
5
api-doc/slot-machine/after-spin/after-spin-view.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
# After Spin View
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Balance Controller
|
# Balance Controller
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
# Balance View
|
# Balance View
|
||||||
|
Loading…
x
Reference in New Issue
Block a user