Function TileMap.collisionFriction

Friction value for static body collisions (see collision_use_kinematic).

double collisionFriction() nothrow @property @nogc;

void collisionFriction (
  double v
) nothrow @property @nogc;