Class IVoxelGridExtensions
Inheritance
System.Object
IVoxelGridExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile
Syntax
public static class IVoxelGridExtensions
Methods
Clone(IVoxelGrid)
Declaration
public static IVoxelGrid Clone(this IVoxelGrid voxelGrid)
Parameters
Type | Name | Description |
---|---|---|
IVoxelGrid | voxelGrid |
Returns
Type | Description |
---|---|
IVoxelGrid |
GetCubeContents(IVoxelGrid, Slot.SourceVoxels)
Declaration
public static int GetCubeContents(this IVoxelGrid voxelGrid, Slot.SourceVoxels sourceVoxels)
Parameters
Type | Name | Description |
---|---|---|
IVoxelGrid | voxelGrid | |
Slot.SourceVoxels | sourceVoxels |
Returns
Type | Description |
---|---|
System.Int32 |
GetCubeContents(IVoxelGrid, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public static int GetCubeContents(this IVoxelGrid voxelGrid, int i000, int i001, int i010, int i011, int i100, int i101, int i110, int i111)
Parameters
Type | Name | Description |
---|---|---|
IVoxelGrid | voxelGrid | |
System.Int32 | i000 | |
System.Int32 | i001 | |
System.Int32 | i010 | |
System.Int32 | i011 | |
System.Int32 | i100 | |
System.Int32 | i101 | |
System.Int32 | i110 | |
System.Int32 | i111 |
Returns
Type | Description |
---|---|
System.Int32 |