mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Update protocol.md
This commit is contained in:
parent
a527f343cd
commit
a6f71b68f3
@ -401,7 +401,7 @@ __Request fields__ :
|
|||||||
- **"item"** (string) : The name of the scene item.
|
- **"item"** (string) : The name of the scene item.
|
||||||
- **"x"** (float) : x coordinate
|
- **"x"** (float) : x coordinate
|
||||||
- **"y"** (float) : y coordinate
|
- **"y"** (float) : y coordinate
|
||||||
|
- **"scene_name"** (string) : scene the item belongs to. defaults to current scene.
|
||||||
__Response__ : OK if specified item exists, error otherwise.
|
__Response__ : OK if specified item exists, error otherwise.
|
||||||
|
|
||||||
*New in OBS Studio*
|
*New in OBS Studio*
|
||||||
@ -414,6 +414,7 @@ __Request fields__ :
|
|||||||
- **"x-scale"** (float) : width scale factor
|
- **"x-scale"** (float) : width scale factor
|
||||||
- **"y-scale"** (float) : height scale factor
|
- **"y-scale"** (float) : height scale factor
|
||||||
- **"rotation"** (float) : item rotation (in degrees)
|
- **"rotation"** (float) : item rotation (in degrees)
|
||||||
|
- **"scene_name"** (string) : scene the item belongs to. defaults to current scene.
|
||||||
|
|
||||||
__Response__ : OK if specified item exists, error otherwise.
|
__Response__ : OK if specified item exists, error otherwise.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user