Struct FaceDataSerialization.SerializationFace
A detailed description for a single face of a cube, indicated by the Face enum.
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 SerializationFace
Fields
contentsBitIndices
The list of bit indices that this face uses to describe its fullness. Useful when checking if two modules should connect along a shared face.
Declaration
public int[] contentsBitIndices
Field Value
Type | Description |
---|---|
System.Int32[] |
face
The Face enum that this SerializationFace is describing.
Declaration
public Face face
Field Value
Type | Description |
---|---|
Face |
facePropertyName
The property name of this face in
Declaration
public string facePropertyName
Field Value
Type | Description |
---|---|
System.String |