You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JSON_DOC.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,8 +231,10 @@ Value | Type | Description
231
231
`canSelectWhenInactive`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Bool | Allow editor selections when the layer is not currently active.
232
232
`doc`<br/><supclass="internal">*Only used by editor*</sup><br/>  | String *(can be `null`)* | User defined documentation for this element to provide help/tips to level designers.
233
233
`excludedTags`<br/><supclass="only">Only *Entity layer*</sup><br/><supclass="internal">*Only used by editor*</sup><br/>  | Array of String | An array of tags to forbid some Entities in this layer
234
+
`guideColor`<br/><supclass="internal">*Only used by editor*</sup><br/>  | String *(can be `null`)* | Color of the optional "guide" grid
234
235
`guideGridHei`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Int | Height of the optional "guide" grid in pixels
235
236
`guideGridWid`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Int | Width of the optional "guide" grid in pixels
237
+
`guideOpacity`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Float | Opacity of the optional "guide" grid
236
238
`hideFieldsWhenInactive`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Bool |
237
239
`hideInList`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Bool | Hide the layer from the list on the side of the editor view.
238
240
`inactiveOpacity`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Float | Alpha of this layer when it is not the active one.
0 commit comments