struct Obsctl::OBS::State::SceneState

Overview

Snapshot row for one OBS scene.

Defined in:

obsctl/obs/state/scene_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, group : String | Nil = nil, active : Bool = false) #

[View source]

Instance Method Detail

def active : Bool #

def alias : String | Nil #

def clone #

[View source]
def copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, group _group = @group, active _active = @active) #

[View source]
def group : String | Nil #

def name : String #

def shortcut : String | Nil #