Function TileMap.collisionUseParent
If true
, this tilemap's collision shape will be added to the collision shape of the parent. The parent has to be a CollisionObject2D
.
bool collisionUseParent() nothrow @property @nogc;
void collisionUseParent
(
bool v
) nothrow @property @nogc;