AutoTile.Axis
Enum in Zigurous.Graphics
Declaration
public enum AxisDescription
An axis along which a texture is tiled.
Properties
| X_Pos | Tiles an object along the x-axis in the positive direction. |
| X_Neg | Tiles an object along the x-axis in the negative direction. |
| Y_Pos | Tiles an object along the y-axis in the positive direction. |
| Y_Neg | Tiles an object along the y-axis in the negative direction. |
| Z_Pos | Tiles an object along the z-axis in the positive direction. |
| Z_Neg | Tiles an object along the z-axis in the negative direction. |