Struct Module.FaceIndices
The face indices uniquely identify the tile's face layouts when the tile is not rotated. TransformedModule will map the layouts and select the correct default or flipped indices, so you should access the Module's
Inherited Members
Namespace: CarbideFunction.Wildtile
Syntax
public struct FaceIndices
Fields
bottom
Each of the faces in the bottom face array corresponds to a rotation of the module. TransformedModule will select and present the correct face from this array.
Declaration
public FaceLayoutIndex[] bottom
Field Value
Type | Description |
---|---|
FaceLayoutIndex[] |
sides
Each of the faces in the side face array corresponds to a face on the side of the module. TransformedModule will rotate the array and present all face from this array in the correct order.
Declaration
public FaceLayoutIndex[] sides
Field Value
Type | Description |
---|---|
FaceLayoutIndex[] |
top
Each of the faces in the top face array corresponds to a rotation of the module. TransformedModule will select and present the correct face from this array.
Declaration
public FaceLayoutIndex[] top
Field Value
Type | Description |
---|---|
FaceLayoutIndex[] |