Skip to content

Commit 8d834c6

Browse files
committed
docs: Update manual
1 parent 9f8907f commit 8d834c6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| Name | Description |
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

Comments
 (0)