C# 클래스 Artemis.Engine.BodyExtensions

파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine

공개 메소드들

메소드 설명
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