File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Assets/JCSUnity/Scripts/Managers
docs/ScriptReference/Managers Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ public class JCS_GameManager : JCS_Manager<JCS_GameManager>
1818 {
1919 /* Variables */
2020
21- // Callback after the game is done initialize.
21+ // Callback after the game is done initialize. (system used)
2222 public EmptyFunction onSystemAfterInitialize = null ;
23+
24+ // Callback after the game is done initialize.
2325 public EmptyFunction onAfterInitialize = null ;
2426
2527 [ Separator ( "Check Variable (JCS_GameManager)" ) ]
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Interface communicate to application layer.
2323| IsPC | Return true if current platform is personal computer. |
2424| IsMobile | Return true if current platform is mobile phone. |
2525| Quit | Quit the application. |
26+ | RefreshSimulateLanguage | Refresh the simulate language once. |
2627| AddLangText | Register a new language text. |
2728| RefreshLangTexts | Refresh all languages text in game. |
2829| StartRequestCamera | Start to request permission for camera/webcam. |
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ Manager that manage the game behaviour.
44
55## Variables
66
7- | Name | Description |
8- | :------------------| :--------------------------------------------|
9- | onAfterInitialize | Callback after the game is done initialize. |
10- | TIME_SCALE | Adjustable current time scale. |
11- | GAME_PAUSE | Is the game pause? |
12- | DONE_INITIALIZE | Is game done initialize? |
7+ | Name | Description |
8+ | :------------------------| :----------------------------------------------------------|
9+ | onSystemAfterInitialize | Callback after the game is done initialize. (system used) |
10+ | onAfterInitialize | Callback after the game is done initialize. |
11+ | TIME_SCALE | Adjustable current time scale. |
12+ | GAME_PAUSE | Is the game pause? |
13+ | DONE_INITIALIZE | Is game done initialize? |
You can’t perform that action at this time.
0 commit comments