Skip to content

Commit b3a44ba

Browse files
committed
docs: update
1 parent 1aeffff commit b3a44ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/ScriptReference/UI/JCS_Canvas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ Control of the canvas component.
3232
| Show | Show the canvas, so it's visible on the screen. |
3333
| Hide | Hide the canvas, so it's invisible on the screen. |
3434
| ToggleVisibility | Toggle the canvas' visibility. |
35+
| IsFading | Return true if the canvas is fading in/out. |

docs/ScriptReference/UI/JCS_CanvasComp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Component that requires the component `JCS_Canvas` without actually inherit the
2020
| Show | Show the canvas, so it's visible on the screen. |
2121
| Hide | Hide the canvas, so it's invisible on the screen. |
2222
| ToggleVisibility | Toggle the canvas' visibility. |
23+
| IsFading | Return true if the canvas is fading in/out. |

0 commit comments

Comments
 (0)