Function TileMap.collisionUseKinematic

If true, TileMap collisions will be handled as a kinematic body. If false, collisions will be handled as static body.

bool collisionUseKinematic() nothrow @property @nogc;

void collisionUseKinematic (
  bool v
) nothrow @property @nogc;