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 9f8907f commit 8d834c6Copy full SHA for 8d834c6
docs/ScriptReference/UI/JCS_CanvasComp.md
@@ -0,0 +1,17 @@
1
+# JCS_CanvasComp
2
+
3
+Component that requires the component `JCS_Canvas` without actually inherit the class `JCS_Canvas`.
4
5
+## Variables
6
7
+| Name | Description |
8
+|:--------|:--------------------------------------|
9
+| mCanvas | The canvas this component to control. |
10
11
+## Functions
12
13
14
+|:-----------------|:--------------------------------------------------|
15
+| Show | Show the canvas, so it's visible on the screen. |
16
+| Hide | Hide the canvas, so it's invisible on the screen. |
17
+| ToggleVisibility | Toggle the canvas' visibility. |
0 commit comments