C# 클래스 WebGame.StarSystem

파일 보기 프로젝트 열기: AdmiralPotato/ggj2013 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Game Game
Ships List

Private Properties

프로퍼티 타입 설명
GetEntity Entity

공개 메소드들

메소드 설명
AddEntity ( Entity entity ) : void
RemoveEntity ( Entity entity ) : void
StarSystem ( ) : System
Update ( System.TimeSpan timeElapsed ) : void

비공개 메소드들

메소드 설명
GetEntity ( int targetId ) : Entity

메소드 상세

AddEntity() 공개 메소드

public AddEntity ( Entity entity ) : void
entity Entity
리턴 void

RemoveEntity() 공개 메소드

public RemoveEntity ( Entity entity ) : void
entity Entity
리턴 void

StarSystem() 공개 메소드

public StarSystem ( ) : System
리턴 System

Update() 공개 메소드

public Update ( System.TimeSpan timeElapsed ) : void
timeElapsed System.TimeSpan
리턴 void

프로퍼티 상세

Game 공개적으로 프로퍼티

public Game Game
리턴 Game

Ships 공개적으로 프로퍼티

public List Ships
리턴 List