Enum LayerType
Represents the type of a reinforcement layer
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public enum LayerType
Fields
| Name | Value | Description |
|---|---|---|
| BottomX | BottomX = 3 | Bottom X |
| BottomY | BottomY = 4 | Bottom Y |
| TopX | TopX = 1 | Top X |
| TopY | TopY = 2 | Top Y |
| Unknown | Unknown = 0 | Unknown |