Wall Constructor(Boolean)
In This Topic
Creates a new wall with the specified visibility.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
'Usage
Dim visible As Boolean
Dim instance As New Wall(visible)
Parameters
- visible
- Indicates if wall is visible.
See Also