struct
Obsctl::OBS::State::SceneState
- Obsctl::OBS::State::SceneState
- Struct
- Value
- Object
Overview
Snapshot row for one OBS scene.
Defined in:
obsctl/obs/state/scene_state.crConstructors
Instance Method Summary
- #active : Bool
- #alias : String | Nil
- #clone
- #copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, group _group = @group, active _active = @active)
- #group : String | Nil
- #name : String
- #shortcut : String | Nil
Constructor Detail
def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, group : String | Nil = nil, active : Bool = false)
#
Instance Method Detail
def copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, group _group = @group, active _active = @active)
#