Protocol spec: add missing scene visibility field in spec

This commit is contained in:
Palakis 2017-04-20 17:08:51 +02:00
parent 9d7a32aa1f
commit 8cfc613a3d

View File

@ -300,6 +300,7 @@ Objects in the "sources" array have the following fields :
- **"source_cy"** (integer) : height of the item (without scale applied) - **"source_cy"** (integer) : height of the item (without scale applied)
- **"cx"** (double) : width of the item (with scale applied) - **"cx"** (double) : width of the item (with scale applied)
- **"cy"** (double) : height of the item (with scale applied) - **"cy"** (double) : height of the item (with scale applied)
- **"render"** (bool) : visibility of the source in the scene
--- ---