StephenMP / SLOBSharp

A .NET Standard Client library used to integrate with StreamLabs OBS
MIT License
7 stars 2 forks source link

Get All Items from every Scene? #7

Closed Angeberproll closed 4 years ago

Angeberproll commented 4 years ago

Hey there,

so first of all, awesome Project. But im asking myself now for a while how will i get all Items used in ALL Scenes? I can get a selected Item thats all... There is a Method called "getItems" in the Resource "SelectionService". But this only returns the selected Item(s). So what im searching for are all Items from all Scenes.

StephenMP commented 4 years ago

I would imagine you could just use GetScenes which would return all of your scenes and the nodes within the scene which would contain all of your resources.

Get Scenes: https://stream-labs.github.io/streamlabs-obs-api-docs/docs/classes/_scenes_scenes_.scenesservice.html#getscenes