class_name GenerationLayer extends Node3D ## A composite layer of world generation logic. ## Probe this layer and any sub-layers at the world generation point, generating features as needed. func probe() -> void: pass # Implement in derived type