Function RayCast.excludeParent

If true, collisions will be ignored for this RayCast's immediate parent.

bool excludeParent() nothrow @property @nogc;

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