mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-12 10:15:12 +01:00
30 lines
678 B
XML
30 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VoxelmanLevelGenerator" inherits="Resource" category="Core" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_generate_chunk" qualifiers="virtual">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="chunk" type="VoxelChunk">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="generate_chunk">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="chunk" type="Node">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|