C# 클래스 hyades.graphics.PhysicsRenderer

파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Body body, Camera camera ) : void
Draw ( Body body, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
Draw ( Physics physics, Camera camera ) : void
Draw ( Physics physics, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
GetInstance ( GraphicsDevice device ) : PhysicsRenderer
PhysicsRenderer ( GraphicsDevice device ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( Body body, Camera camera ) : void
body hyades.physics.Body
camera Camera
리턴 void

Draw() 공개 메소드

public Draw ( Body body, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
body hyades.physics.Body
camera Camera
shapes bool
outlines bool
normals bool
points bool
chains bool
tags bool
리턴 void

Draw() 공개 메소드

public Draw ( Physics physics, Camera camera ) : void
physics hyades.physics.Physics
camera Camera
리턴 void

Draw() 공개 메소드

public Draw ( Physics physics, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
physics hyades.physics.Physics
camera Camera
shapes bool
outlines bool
normals bool
points bool
chains bool
tags bool
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( GraphicsDevice device ) : PhysicsRenderer
device GraphicsDevice
리턴 PhysicsRenderer

PhysicsRenderer() 공개 메소드

public PhysicsRenderer ( GraphicsDevice device ) : System
device GraphicsDevice
리턴 System