We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25037 commit eb45d87Copy full SHA for eb45d87
docs/ScriptReference/UI/JCS_CanvasComp.md
@@ -7,3 +7,12 @@ Component that requires the component `JCS_Canvas` without actually inherit the
7
| Name | Description |
8
|:--------|:--------------------------------------|
9
| 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