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

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

공개 메소드들

메소드 설명
Draw ( ) : void
Draw ( SpriteBatch batch ) : void
Objects ( World world, ScreenManager screenManager, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic
Objects ( World world, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Objects() 공개 메소드

public Objects ( World world, ScreenManager screenManager, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
screenManager FarseerPhysics.Samples.ScreenSystem.ScreenManager
startPosition Microsoft.Xna.Framework.Vector2
endPosition Microsoft.Xna.Framework.Vector2
count int
radius float
type ObjectType
리턴 System.Collections.Generic

Objects() 공개 메소드

public Objects ( World world, Vector2 startPosition, Vector2 endPosition, int count, float radius, ObjectType type ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
startPosition Microsoft.Xna.Framework.Vector2
endPosition Microsoft.Xna.Framework.Vector2
count int
radius float
type ObjectType
리턴 System.Collections.Generic