C# 클래스 Ctrl_Space.Gameplay.EnemyShip

상속: Ship
파일 보기 프로젝트 열기: vkd/Ctrl-Space 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TargetPos Vector2

공개 메소드들

메소드 설명
EnemyShip ( ) : System
GetTexture ( ) : MetaTexture
Reset ( Vector2 position, World world, Ship target ) : void
Update ( World world, Particles particles ) : void

메소드 상세

EnemyShip() 공개 메소드

public EnemyShip ( ) : System
리턴 System

GetTexture() 공개 메소드

public GetTexture ( ) : MetaTexture
리턴 Ctrl_Space.Graphics.MetaTexture

Reset() 공개 메소드

public Reset ( Vector2 position, World world, Ship target ) : void
position Vector2
world World
target Ship
리턴 void

Update() 공개 메소드

public Update ( World world, Particles particles ) : void
world World
particles Ctrl_Space.Graphics.Particles
리턴 void

프로퍼티 상세

TargetPos 공개적으로 프로퍼티

public Vector2 TargetPos
리턴 Vector2