godot_voxel/doc/classes/VoxelInstanceLibrary.xml
Marc Gilleron d5a69003c3 Add missing classes and run doctool (doctool has issues though)
VoxelGeneratorHeightmap.height_range is wrong in the doc.
VoxelTool lost all default values in doc.
These are likely Godot bugs...
2021-11-06 02:04:16 +00:00

47 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VoxelInstanceLibrary" inherits="Resource" version="3.5">
<brief_description>
Contains a list of models that can be used by [VoxelInstancer], associated with a unique ID
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="add_item">
<return type="void" />
<argument index="0" name="id" type="int" />
<argument index="1" name="arg1" type="VoxelInstanceLibraryItemBase" />
<description>
</description>
</method>
<method name="clear">
<return type="void" />
<description>
</description>
</method>
<method name="find_item_by_name" qualifiers="const">
<return type="int" />
<argument index="0" name="name" type="String" />
<description>
</description>
</method>
<method name="get_item">
<return type="VoxelInstanceLibraryItemBase" />
<argument index="0" name="id" type="int" />
<description>
</description>
</method>
<method name="remove_item">
<return type="void" />
<argument index="0" name="id" type="int" />
<description>
</description>
</method>
</methods>
<constants>
<constant name="MAX_ID" value="65535">
</constant>
</constants>
</class>