Skip to content

Commit

Permalink
docs: Update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 14, 2024
1 parent 9f8907f commit 8d834c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/ScriptReference/UI/JCS_CanvasComp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# JCS_CanvasComp

Component that requires the component `JCS_Canvas` without actually inherit the class `JCS_Canvas`.

## Variables

| Name | Description |
|:--------|:--------------------------------------|
| mCanvas | The canvas this component to control. |

## Functions

| Name | Description |
|:-----------------|:--------------------------------------------------|
| Show | Show the canvas, so it's visible on the screen. |
| Hide | Hide the canvas, so it's invisible on the screen. |
| ToggleVisibility | Toggle the canvas' visibility. |

0 comments on commit 8d834c6

Please sign in to comment.