Skip to content

Commit b104e03

Browse files
Add layer.uuid to layer.md
1 parent 82cde9e commit b104e03

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/layer.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ stack in descending order. For example, a layer with index `1` will
7878
lie beneath a layer with index `2`, assuming the layers share the same
7979
parent.
8080

81+
## Layer.uuid
82+
83+
```lua
84+
local uuid = layer.uuid
85+
```
86+
87+
Returns the uuid of the layer.
88+
8189
## Layer.isImage
8290

8391
Gets whether or not the layer contains [cels](cel.md#cel) with

0 commit comments

Comments
 (0)