Uses of Class
nl.harm27.obs.websocket.api.requests.sceneitems.SetSceneItemProperties.Item
-
Packages that use SetSceneItemProperties.Item Package Description nl.harm27.obs.websocket.api.requests.sceneitems -
-
Uses of SetSceneItemProperties.Item in nl.harm27.obs.websocket.api.requests.sceneitems
Methods in nl.harm27.obs.websocket.api.requests.sceneitems that return SetSceneItemProperties.Item Modifier and Type Method Description SetSceneItemProperties.Item
SetSceneItemProperties.Builder. getItem()
Scene Item name (if this field is a string) or specification (if it is an object).Methods in nl.harm27.obs.websocket.api.requests.sceneitems with parameters of type SetSceneItemProperties.Item Modifier and Type Method Description void
SetSceneItemProperties.Builder. setItem(SetSceneItemProperties.Item item)
Scene Item name (if this field is a string) or specification (if it is an object).
-