C# Класс Artemis.Engine.BodyExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
CollidingWithMouse ( this @this ) : bool

Check if this body collides with the mouse.

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

Описание методов

CollidingWithMouse() публичный статический Метод

Check if this body collides with the mouse.
public static CollidingWithMouse ( this @this ) : bool
@this this
Результат bool

CollidingWithMouse() публичный статический Метод

public static CollidingWithMouse ( this @this, AbstractRenderLayer layer ) : bool
@this this
layer AbstractRenderLayer
Результат bool

CollidingWithMouse() публичный статический Метод

public static CollidingWithMouse ( this @this, WorldRenderLayer layer ) : bool
@this this
layer WorldRenderLayer
Результат bool