TileMap.collisionUseKinematic

If true TileMap collisions will be handled as a kinematic body. If false collisions will be handled as static body. Default value: false.

  1. bool collisionUseKinematic [@property getter]
    struct TileMap
    @nogc nothrow @property
    bool
    collisionUseKinematic
    ()
  2. bool collisionUseKinematic [@property setter]

Meta