C# 클래스 ProjectCowTest.LiftObjectTestClass

상속: ProjectCow.LiftObject
파일 보기 프로젝트 열기: csce3513/Team12 1 사용 예제들

공개 메소드들

메소드 설명
IsInBeamRange ( Vector2 beamPosition, int beamWidth ) : bool
LiftObjectTestClass ( Vector2 position, float resistance, GameObjectsManager manager ) : Microsoft.Xna.Framework
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void

메소드 상세

IsInBeamRange() 공개 메소드

public IsInBeamRange ( Vector2 beamPosition, int beamWidth ) : bool
beamPosition Microsoft.Xna.Framework.Vector2
beamWidth int
리턴 bool

LiftObjectTestClass() 공개 메소드

public LiftObjectTestClass ( Vector2 position, float resistance, GameObjectsManager manager ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector2
resistance float
manager ProjectCow.GameObjectsManager
리턴 Microsoft.Xna.Framework

LoadContent() 공개 메소드

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void