class WAD::TextureX::TextureMap

Overview

"The binary contents of the maptexture_t structure starts with a header of 22 bytes, followed by all the map patches."

Defined in:

wa-cr/wad/wad-data/texture.cr

Instance Method Summary

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def columndirectory : Int32 #

UNUSED


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

UNUSED


[View source]
def height : Int16 #

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

[View source]
def masked : Bool #

[View source]
def masked=(masked : Bool) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def patchcount : Int16 #

[View source]
def patchcount=(patchcount : Int16) #

[View source]
def patches : Array(Patch) #

[View source]
def patches=(patches : Array(Patch)) #

[View source]
def width : Int16 #

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

[View source]