Companion

object Companion

Functions

collectRooms
Link copied to clipboard
common
fun collectRooms(BSPTree: BSPTree, list: MutableList<BSPTree> = mutableListOf())
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toMatrix
Link copied to clipboard
common
fun toMatrix(array: Array<CharArray>, BSPTrees: MutableList<BSPTree>)
toString
Link copied to clipboard
common
open fun toString(): String

Properties

minSize
Link copied to clipboard
common
var minSize: Int = 6

Sources

(source)
Link copied to clipboard