C# 클래스 Game.AutoHopManager

파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID int
IntermediateHops Planet>>.List
IsDone System.Boolean
JustEntered bool
Sources List
Target Planet
Temp Option
___lst00 Planet>>.List
___next_hop02 List
___next_hop03 Planet
___s010 Planet
___temp_in_IntermediateHops00 Planet>>.List
counter30 System.Int32
frame int

공개 메소드들

메소드 설명
AutoHopManager ( List sources, Planet target ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Update ( float dt, World world ) : void

메소드 상세

AutoHopManager() 공개 메소드

public AutoHopManager ( List sources, Planet target ) : Casanova.Prelude
sources List
target Planet
리턴 Casanova.Prelude

Rule0() 공개 메소드

public Rule0 ( float dt, World world ) : void
dt float
world World
리턴 void

Update() 공개 메소드

public Update ( float dt, World world ) : void
dt float
world World
리턴 void

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

IntermediateHops 공개적으로 프로퍼티

public List> IntermediateHops
리턴 Planet>>.List

IsDone 공개적으로 프로퍼티

public Boolean,System IsDone
리턴 System.Boolean

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Sources 공개적으로 프로퍼티

public List Sources
리턴 List

Target 공개적으로 프로퍼티

public Planet,Game Target
리턴 Planet

Temp 공개적으로 프로퍼티

public Option Temp
리턴 Option

___lst00 공개적으로 프로퍼티

public List> ___lst00
리턴 Planet>>.List

___next_hop02 공개적으로 프로퍼티

public List ___next_hop02
리턴 List

___next_hop03 공개적으로 프로퍼티

public Planet,Game ___next_hop03
리턴 Planet

___s010 공개적으로 프로퍼티

public Planet,Game ___s010
리턴 Planet

___temp_in_IntermediateHops00 공개적으로 프로퍼티

public List> ___temp_in_IntermediateHops00
리턴 Planet>>.List

counter30 공개적으로 프로퍼티

public Int32,System counter30
리턴 System.Int32

frame 공개적으로 프로퍼티

public int frame
리턴 int