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]
  2. bool collisionUseKinematic [@property setter]
    struct TileMap
    @nogc nothrow @property
    void
    collisionUseKinematic
    (
    bool v
    )

Meta