Enum WallSide
- Namespace
- S1MAPI.Building.Structural
- Assembly
- S1MAPI_Mono.dll
Specifies which side of the room a wall is on.
public enum WallSide
Fields
East = 2The east wall (positive X direction).
North = 0The north wall (positive Z direction).
South = 1The south wall (zero or negative Z direction).
West = 3The west wall (zero or negative X direction).