d5a69003c3
VoxelGeneratorHeightmap.height_range is wrong in the doc. VoxelTool lost all default values in doc. These are likely Godot bugs...
22 lines
558 B
XML
22 lines
558 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VoxelVoxLoader" inherits="Reference" version="3.5">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="load_from_file">
|
|
<return type="int" enum="Error" />
|
|
<argument index="0" name="fpath" type="String" />
|
|
<argument index="1" name="voxels" type="VoxelBuffer" />
|
|
<argument index="2" name="arg2" type="VoxelColorPalette" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|