Nez.PhysicsShapes.Shape.overlaps C# (CSharp) Method

overlaps() public abstract method

public abstract overlaps ( Shape other ) : bool
other Shape
return bool
		public abstract bool overlaps( Shape other );