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