C# 클래스 FarseerPhysics.Samples.Demos.Prefabs.Spider

파일 보기 프로젝트 열기: tinco/Farseer-Physics 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Spider ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Dynamics
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Spider() 공개 메소드

public Spider ( World world, ScreenManager screenManager, Vector2 position ) : FarseerPhysics.Dynamics
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
position Microsoft.Xna.Framework.Vector2
리턴 FarseerPhysics.Dynamics

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void