ByChance.Core.Context.IsAdjacentTo C# (CSharp) Method

IsAdjacentTo() public abstract method

Checks whether this context is within offset to other.
public abstract IsAdjacentTo ( Context other, float offset ) : bool
other Context Context to check the adjacency to.
offset float Offset within this context is considered to be adjacent to .
return bool
        public abstract bool IsAdjacentTo(Context other, float offset);