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()
Syntax
[Serializable]
public struct ModuleFaceIdentifier
Fields
face
Declaration
Field Value
flipped
Declaration
Field Value
Type |
Description |
System.Boolean |
|
module
Declaration
Field Value
Type |
Description |
System.String |
|
opposite
If this hash is for the matching faces for this face, not the face itself.
Declaration
Field Value
Type |
Description |
System.Boolean |
|
prefabIndex
Declaration
Field Value
Type |
Description |
System.Int32 |
|
yawIndex
The yaw index of this face. Only used when the face is top or bottom.
Declaration
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
WithFlipped(Boolean)
Declaration
public ModuleFaceIdentifier WithFlipped(bool flipped)
Parameters
Type |
Name |
Description |
System.Boolean |
flipped |
|
Returns
WithOpposite(Boolean)
Declaration
public ModuleFaceIdentifier WithOpposite(bool opposite)
Parameters
Type |
Name |
Description |
System.Boolean |
opposite |
|
Returns
WithYawIndex(Int32)
Declaration
public ModuleFaceIdentifier WithYawIndex(int yawIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
yawIndex |
|
Returns