2019-12-25 14:08:20 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-08 12:36:37 +01:00
|
|
|
<class name="VoxelLevelGenerator" inherits="Resource" version="3.5">
|
2019-12-25 14:08:20 +01:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="_generate_chunk" qualifiers="virtual">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="chunk" type="VoxelChunk" />
|
2019-12-25 14:08:20 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="generate_chunk">
|
2022-02-08 12:36:37 +01:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="chunk" type="VoxelChunk" />
|
2019-12-25 14:08:20 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|