Show / Hide Table of Contents

Struct VoxelMesher.FaceData

This struct describes the voxel coordinates for a voxel face.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: CarbideFunction.Wildtile
Syntax
public struct FaceData

Fields

facingVoxelCoordinate

The coordinate for the voxel in front of this face. Should be set if you want to extrude this voxel face.

Declaration
public Vector3Int facingVoxelCoordinate
Field Value
Type Description
Vector3Int

voxelCoordinate

The coordinate for the voxel behind this face. Should be cleared if you want to carve out this voxel face.

Declaration
public Vector3Int voxelCoordinate
Field Value
Type Description
Vector3Int
In This Article
Generated by DocFX Version: 4.1.0 - click to show/hide other versions