class OBS::WebSocket::Protocol::Events::TransitionBegin

Public Instance Methods

duration() click to toggle source

@!attribute [r] duration @return [Integer] duration field

# File lib/obs/websocket/protocol.rb, line 123
def duration; get_field("duration", Types::Integer); end
from_scene() click to toggle source

@!attribute [r] from_scene @return [String, nil] from-scene field

# File lib/obs/websocket/protocol.rb, line 126
def from_scene; get_field("from-scene", Types::Optional[Types::String]); end
name() click to toggle source

@!attribute [r] name @return [String] name field

# File lib/obs/websocket/protocol.rb, line 117
def name; get_field("name", Types::String); end
to_scene() click to toggle source

@!attribute [r] to_scene @return [String] to-scene field

# File lib/obs/websocket/protocol.rb, line 129
def to_scene; get_field("to-scene", Types::String); end
type() click to toggle source

@!attribute [r] type @return [String] type field

# File lib/obs/websocket/protocol.rb, line 120
def type; get_field("type", Types::String); end