Skip to content

Commit

Permalink
docs: after system language
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 16, 2025
1 parent d2162da commit 3312f94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions Assets/JCSUnity/Scripts/Managers/JCS_AppManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class JCS_AppManager : JCS_Manager<JCS_AppManager>
public static bool APP_QUITTING = false;
public static bool APP_INITIALIZING = true;

// Execute after the system language has changed.
public OnSystemLanguageChanged onSystemLanguageChanged = null;

[Separator("Check Variables (JCS_AppManager)")]
Expand Down
19 changes: 10 additions & 9 deletions docs/ScriptReference/Managers/JCS_AppManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ Interface communicate to application layer.

## Variables

| Name | Description |
|:-----------------------|:-------------------------------------------|
| RequestCamera | Request permission for camera/webcam. |
| RequestMicrophone | Request permission for microphone. |
| RequestLocation | Request permission for location service. |
| SimulatePlatformType | Target platform type to simulate. |
| PlatformType | This will override Platform Type. |
| SimulateSystemLanguage | If true, override current system language. |
| systemLanguage | Target language to simulate. |
| Name | Description |
|:------------------------|:-----------------------------------------------|
| onSystemLanguageChanged | Execute after the system language has changed. |
| RequestCamera | Request permission for camera/webcam. |
| RequestMicrophone | Request permission for microphone. |
| RequestLocation | Request permission for location service. |
| SimulatePlatformType | Target platform type to simulate. |
| PlatformType | This will override Platform Type. |
| SimulateSystemLanguage | If true, override current system language. |
| systemLanguage | Target language to simulate. |

## Functions

Expand Down

0 comments on commit 3312f94

Please sign in to comment.