megalith/src/world/generation/layer/generation_layer.gd

8 lines
250 B
GDScript

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