C# Class Artemis.Engine.BodyExtensions

Datei anzeigen Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method 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 method

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

CollidingWithMouse() public static method

public static CollidingWithMouse ( this @this, AbstractRenderLayer layer ) : bool
@this this
layer AbstractRenderLayer
return bool

CollidingWithMouse() public static method

public static CollidingWithMouse ( this @this, WorldRenderLayer layer ) : bool
@this this
layer WorldRenderLayer
return bool