Skip to content

Commit 3312f94

Browse files
committed
docs: after system language
1 parent d2162da commit 3312f94

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Assets/JCSUnity/Scripts/Managers/JCS_AppManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class JCS_AppManager : JCS_Manager<JCS_AppManager>
3030
public static bool APP_QUITTING = false;
3131
public static bool APP_INITIALIZING = true;
3232

33+
// Execute after the system language has changed.
3334
public OnSystemLanguageChanged onSystemLanguageChanged = null;
3435

3536
[Separator("Check Variables (JCS_AppManager)")]

docs/ScriptReference/Managers/JCS_AppManager.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ Interface communicate to application layer.
44

55
## Variables
66

7-
| Name | Description |
8-
|:-----------------------|:-------------------------------------------|
9-
| RequestCamera | Request permission for camera/webcam. |
10-
| RequestMicrophone | Request permission for microphone. |
11-
| RequestLocation | Request permission for location service. |
12-
| SimulatePlatformType | Target platform type to simulate. |
13-
| PlatformType | This will override Platform Type. |
14-
| SimulateSystemLanguage | If true, override current system language. |
15-
| systemLanguage | Target language to simulate. |
7+
| Name | Description |
8+
|:------------------------|:-----------------------------------------------|
9+
| onSystemLanguageChanged | Execute after the system language has changed. |
10+
| RequestCamera | Request permission for camera/webcam. |
11+
| RequestMicrophone | Request permission for microphone. |
12+
| RequestLocation | Request permission for location service. |
13+
| SimulatePlatformType | Target platform type to simulate. |
14+
| PlatformType | This will override Platform Type. |
15+
| SimulateSystemLanguage | If true, override current system language. |
16+
| systemLanguage | Target language to simulate. |
1617

1718
## Functions
1819

0 commit comments

Comments
 (0)