godot_voxel/doc/source/api/VoxelInstanceLibrary.md
2021-02-16 20:54:45 +00:00

2.7 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, VoxelInstanceLibraryItem arg1 )
void clear ( )
int find_item_by_name ( String name ) const
VoxelInstanceLibraryItem get_item ( int id )
void remove_item ( int id )

Constants:

  • MAX_ID = 65535

Method Descriptions

Generated on Feb 16, 2021