Property definitions

gamnit $ LightCastingShadows :: defaultinit
# Source of light casting shadows
abstract class LightCastingShadows
	super Light

	# View from the camera, used for shadow mapping, implemented by sub-classes
	fun camera: Camera is abstract
end
lib/gamnit/depth/depth_core.nit:223,1--229,3