godot_voxel/doc/source/api/VoxelInstanceLibrary.md
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

2.8 KiB

VoxelInstanceLibrary

Inherits: Resource

Contains a list of models that can be used by VoxelInstancer, associated with a unique ID

Methods:

Return Signature
void add_item ( int id, VoxelInstanceLibraryItemBase arg1 )
void clear ( )
int find_item_by_name ( String name ) const
VoxelInstanceLibraryItemBase get_item ( int id )
void remove_item ( int id )

Constants:

  • MAX_ID = 65535

Method Descriptions

Generated on Nov 06, 2021