VoxelStreamScript¶
Inherits: VoxelStream
Base class for custom streams defined with a script.
Methods:¶
Return | Signature |
---|---|
int | _get_used_channels_mask ( ) virtual const |
int | _load_voxel_block ( VoxelBuffer out_buffer, Vector3i origin_in_voxels, int lod ) virtual |
void | _save_voxel_block ( VoxelBuffer buffer, Vector3i origin_in_voxels, int lod ) virtual |
Method Descriptions¶
-
int _get_used_channels_mask( )
-
int _load_voxel_block( VoxelBuffer out_buffer, Vector3i origin_in_voxels, int lod )
-
void _save_voxel_block( VoxelBuffer buffer, Vector3i origin_in_voxels, int lod )
Generated on Sep 12, 2023