generated from krampus/template-godot4
8 lines
250 B
GDScript3
8 lines
250 B
GDScript3
|
|
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
|