class SolVox::Schematic

Defined in:

solvox/schematic.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Int32, height : Int32) #

[View source]

Instance Method Detail

def data : Array(Glyph) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]