C# 클래스 _1942.Escort

상속: BaseObject
파일 보기 프로젝트 열기: Hoobler/Projekt1

보호된 프로퍼티들

프로퍼티 타입 설명
targetableRectangles List

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
Escort ( Vector2 startingPos ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

Escort() 공개 메소드

public Escort ( Vector2 startingPos ) : System
startingPos Vector2
리턴 System

Update() 공개 메소드

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

프로퍼티 상세

targetableRectangles 보호되어 있는 프로퍼티

protected List targetableRectangles
리턴 List