Interface IVoxelDestructible
- Namespace
- VoxelPlayground.Engine
- Assembly
- VoxEngine.dll
public interface IVoxelDestructible
Properties
IsIndestructible
bool IsIndestructible { get; }
Property Value
- bool
VoxelData
VoxelVolume VoxelData { get; }
Property Value
Methods
IOnFragmentCreated(IVoxelDestructible, IVoxelDestructible, NativeSlice<int>)
void IOnFragmentCreated(IVoxelDestructible source, IVoxelDestructible target, NativeSlice<int> fragmentIndices)
Parameters
sourceIVoxelDestructibletargetIVoxelDestructiblefragmentIndicesNativeSlice<int>