Height in world units, defaults to 1080.0

Set this value using reset_height.

Property definitions

gamnit $ UICamera :: height=
	# Height in world units, defaults to 1080.0
	#
	# Set this value using `reset_height`.
	var height = 1080.0
lib/gamnit/cameras.nit:213,2--216,20

gamnit :: cameras_cache $ UICamera :: height=
	redef fun height=(value)
	do
		super
		mvp_matrix_cache = null
	end
lib/gamnit/cameras_cache.nit:113,2--117,4