Height in pixels of this texture

Property definitions

gamnit $ Texture :: height
	# Height in pixels of this texture
	var height = 0.0
lib/gamnit/textures.nit:68,2--69,17

gamnit $ CustomTexture :: height
	redef var height
lib/gamnit/textures.nit:148,2--17

gamnit $ RelativeSubtexture :: height
	redef fun height do return root.height * (offset_bottom - offset_top)
lib/gamnit/textures.nit:382,2--70