class OBS::WebSocket::Protocol::Events::SceneCollectionListChanged

Public Instance Methods

scene_collections() click to toggle source

@!attribute [r] scene_collections @return [Array<Hash>] sceneCollections field

# File lib/obs/websocket/protocol.rb, line 93
def scene_collections; get_field("sceneCollections", Types::Array[Types::Object[{:name=>{:type=>Types::String, :json_name=>"name"}}]]); end