struct SoundSettings

Defined in:

mechanics/music.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(music : Bool, sound : Bool) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(music _music = @music, sound _sound = @sound) #

[View source]
def music : Bool #

def sound : Bool #