Show / Hide Table of Contents

Struct ModuleFaceIdentifier

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: CarbideFunction.Wildtile.Editor
Syntax
[Serializable]
public struct ModuleFaceIdentifier

Fields

face

Declaration
public Face face
Field Value
Type Description
Face

flipped

Declaration
public bool flipped
Field Value
Type Description
System.Boolean

module

Declaration
public string module
Field Value
Type Description
System.String

opposite

If this hash is for the matching faces for this face, not the face itself.

Declaration
public bool opposite
Field Value
Type Description
System.Boolean

prefabIndex

Declaration
public int prefabIndex
Field Value
Type Description
System.Int32

yawIndex

The yaw index of this face. Only used when the face is top or bottom.

Declaration
public int yawIndex
Field Value
Type Description
System.Int32

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()

WithFace(Face)

Declaration
public ModuleFaceIdentifier WithFace(Face face)
Parameters
Type Name Description
Face face
Returns
Type Description
ModuleFaceIdentifier

WithFlipped(Boolean)

Declaration
public ModuleFaceIdentifier WithFlipped(bool flipped)
Parameters
Type Name Description
System.Boolean flipped
Returns
Type Description
ModuleFaceIdentifier

WithOpposite(Boolean)

Declaration
public ModuleFaceIdentifier WithOpposite(bool opposite)
Parameters
Type Name Description
System.Boolean opposite
Returns
Type Description
ModuleFaceIdentifier

WithYawIndex(Int32)

Declaration
public ModuleFaceIdentifier WithYawIndex(int yawIndex)
Parameters
Type Name Description
System.Int32 yawIndex
Returns
Type Description
ModuleFaceIdentifier
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions