Table of Contents

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 = 2

The east wall (positive X direction).

North = 0

The north wall (positive Z direction).

South = 1

The south wall (zero or negative Z direction).

West = 3

The west wall (zero or negative X direction).