KECS / com.juanmedina.kecs.dsl / WorldDsl
WorldDsl¶
class WorldDsl
DSL for creating a World.
Properties¶
| Name | Summary |
|---|---|
| world | the World that this DSL will return.val world:World |
Functions¶
| Name | Summary |
|---|---|
| unaryPlus | Unary plus operator to use inside the DSL receiver.operator fun <T :System> T.unaryPlus():Unit |