C# Class PlatformerPOC.Helpers.CollisionHelper

Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC

Méthodes publiques

Méthode Description
RectangleCollision ( Rectangle r1, Rectangle r2 ) : bool

Method Details

RectangleCollision() public static méthode

public static RectangleCollision ( Rectangle r1, Rectangle r2 ) : bool
r1 Microsoft.Xna.Framework.Rectangle
r2 Microsoft.Xna.Framework.Rectangle
Résultat bool