mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
SceneItems(docs): add comment about coordinates
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the scene specific properties of the specified source item.
|
* Gets the scene specific properties of the specified source item.
|
||||||
|
* Coordinates are relative to the item's parent (the scene or group it belongs to).
|
||||||
*
|
*
|
||||||
* @param {String (optional)} `scene-name` the name of the scene that the source item belongs to. Defaults to the current scene.
|
* @param {String (optional)} `scene-name` the name of the scene that the source item belongs to. Defaults to the current scene.
|
||||||
* @param {String} `item` The name of the source.
|
* @param {String} `item` The name of the source.
|
||||||
@ -67,6 +68,7 @@ HandlerResponse WSRequestHandler::HandleGetSceneItemProperties(WSRequestHandler*
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the scene specific properties of a source. Unspecified properties will remain unchanged.
|
* Sets the scene specific properties of a source. Unspecified properties will remain unchanged.
|
||||||
|
* Coordinates are relative to the item's parent (the scene or group it belongs to).
|
||||||
*
|
*
|
||||||
* @param {String (optional)} `scene-name` the name of the scene that the source item belongs to. Defaults to the current scene.
|
* @param {String (optional)} `scene-name` the name of the scene that the source item belongs to. Defaults to the current scene.
|
||||||
* @param {String} `item` The name of the source.
|
* @param {String} `item` The name of the source.
|
||||||
|
Reference in New Issue
Block a user