Sub-models with names, usually declared in the asset file

Property definitions

gamnit $ Model :: named_parts
	# Sub-models with names, usually declared in the asset file
	var named_parts = new Map[Text, Model]
lib/gamnit/depth/depth_core.nit:117,2--118,39

gamnit $ ModelAsset :: named_parts
	redef fun named_parts
	do
		lazy_load
		return named_leaves_cache
	end
lib/gamnit/depth/more_models.nit:117,2--121,4