Show / Hide Table of Contents

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 classes. This can be used to serialize data to the FaceData's faces.

Declaration
public string facePropertyName
Field Value
Type Description
System.String
In This Article
Generated by DocFX Version: 4.1.0 - click to show/hide other versions