C# 클래스 Game.FactionType

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

공개 프로퍼티들

프로퍼티 타입 설명
Aggressive Option
Defensive Option
ID int
JustEntered bool
Neutral Option
frame int

공개 메소드들

메소드 설명
FactionType ( System n ) : Casanova.Prelude
Update ( float dt, World world ) : void

메소드 상세

FactionType() 공개 메소드

public FactionType ( System n ) : Casanova.Prelude
n System
리턴 Casanova.Prelude

Update() 공개 메소드

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

프로퍼티 상세

Aggressive 공개적으로 프로퍼티

public Option Aggressive
리턴 Option

Defensive 공개적으로 프로퍼티

public Option Defensive
리턴 Option

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Neutral 공개적으로 프로퍼티

public Option Neutral
리턴 Option

frame 공개적으로 프로퍼티

public int frame
리턴 int