1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Updated Layers (markdown)

Robert Beekman 2016-11-03 22:35:53 +01:00
parent 0b9feb412c
commit 29aa999c7e

@ -3,7 +3,7 @@ Once you've used the Profile variable to get a layer, you can access it's proper
## Properties
| Name | Type | Description | Get | Set |
| :---------------- | :-------| :-------------------------------------------------------------------| :--:| :--:|
| Name | string | Returns or sets the name of the layer. | Yes | Yes |
| Name | string | Returns or sets the name of the layer. | Yes | Yes |
| Enabled | boolean | Returns or sets whether the layer is an event or not. | Yes | Yes |
| IsEvent | boolean | Returns or sets whether the layer is an event or not. | Yes | Yes |
| Parent | layer | Returns the parent layer of the layer. | Yes | No |