Skip to content

Commit eb45d87

Browse files
authored
docs: Update
1 parent bf25037 commit eb45d87

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/ScriptReference/UI/JCS_CanvasComp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ Component that requires the component `JCS_Canvas` without actually inherit the
77
| Name | Description |
88
|:--------|:--------------------------------------|
99
| mCanvas | The canvas this component to control. |
10+
11+
## Functions
12+
13+
| Name | Description |
14+
|:-----------------|:--------------------------------------------------|
15+
| IsShown | Return true if the canvas is currently visible. |
16+
| Show | Show the canvas, so it's visible on the screen. |
17+
| Hide | Hide the canvas, so it's invisible on the screen. |
18+
| ToggleVisibility | Toggle the canvas' visibility. |

0 commit comments

Comments
 (0)