Class NeighbourLevel
Nearby level info
Properties
| Improve this Doc View SourceDir
| Type | Description |
|---|---|
| System.String |
IsEast
| Type | Description |
|---|---|
| System.Boolean | Returns true if this neighbour is to the right of the relative level. |
IsNorth
| Type | Description |
|---|---|
| System.Boolean | Returns true if this neighbour is above the relative level. |
IsSouth
| Type | Description |
|---|---|
| System.Boolean | Returns true if this neighbour is below the relative level. |
IsWest
| Type | Description |
|---|---|
| System.Boolean | Returns true if this neighbour is to the left of the relative level. |
Level
| Type | Description |
|---|---|
| Level | Reference to the level of this neighbour. |
LevelIid
Neighbour Instance Identifier
| Type | Description |
|---|---|
| System.String |
LevelUid
WARNING: this deprecated value is no longer exported since version 1.2.0 Replaced
by: levelIid
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Operators
| Improve this Doc View SourceImplicit(NeighbourLevel to Level)
Parameters
| Type | Name | Description |
|---|---|---|
| NeighbourLevel | neighbour | The neighbour. |
Returns
| Type | Description |
|---|---|
| Level | An implicit operator for simpler direct access to the neighbour's level data. |