C# Class Artemis.Engine.BodyExtensions

Afficher le fichier Open project: ArtemisEngine/Artemis-Engine

Méthodes publiques

Méthode Description
CollidingWithMouse ( this @this ) : bool

Check if this body collides with the mouse.

CollidingWithMouse ( this @this, AbstractRenderLayer layer ) : bool
CollidingWithMouse ( this @this, WorldRenderLayer layer ) : bool

Method Details

CollidingWithMouse() public static méthode

Check if this body collides with the mouse.
public static CollidingWithMouse ( this @this ) : bool
@this this
Résultat bool

CollidingWithMouse() public static méthode

public static CollidingWithMouse ( this @this, AbstractRenderLayer layer ) : bool
@this this
layer AbstractRenderLayer
Résultat bool

CollidingWithMouse() public static méthode

public static CollidingWithMouse ( this @this, WorldRenderLayer layer ) : bool
@this this
layer WorldRenderLayer
Résultat bool