RayCast2D.excludeParent

If true, the parent node will be excluded from collision detection. Default value: true.

  1. bool excludeParent [@property getter]
  2. bool excludeParent [@property setter]
    struct RayCast2D
    @nogc nothrow @property
    void
    excludeParent
    (
    bool v
    )

Meta