[]
Creates a new wall.
public Wall()
Public Sub New()
Creates a new wall that is a deep copy of the specified wall.
public Wall(Wall wall)
Public Sub New(wall As Wall)
| Type | Name | Description |
|---|---|---|
| Wall | wall |
| Type | Condition |
|---|---|
| ArgumentNullException | wall is a null reference (Nothing in VB). |
Creates a new wall with the specified visibility.
public Wall(bool visible)
Public Sub New(visible As Boolean)
| Type | Name | Description |
|---|---|---|
| bool | visible | Indicates if wall is visible. |