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

collidesWithShape() public abstract method

public abstract collidesWithShape ( Shape other, CollisionResult &result ) : bool
other Shape
result CollisionResult
return bool
		public abstract bool collidesWithShape( Shape other, out CollisionResult result );