Function KinematicBody2D.collisionSafeMargin
If the body is at least this close to another body, this body will consider them to be colliding.
double collisionSafeMargin() nothrow @property @nogc;
void collisionSafeMargin
(
double v
) nothrow @property @nogc;