C# 클래스 MPlayer, Madness

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

공개 프로퍼티들

프로퍼티 타입 설명
angle float
areStatsDirty bool
beasts List
color MColor,
currentStatTotal int
dna int
framesTillBeast int
index int
isDead bool
isDirty bool
isHuman bool
leapLevel int
leapThreshold int
maxBeasts int
maxFramesTillBeast int
name string
nextBeastCreationAngle float
statAttack MPlayerStat,
statDefence MPlayerStat,
statHealth MPlayerStat,
statSpeed MPlayerStat,
statTotal int
stats MPlayerStat[],
totalKills int
tower MTower,

공개 메소드들

메소드 설명
AddKill ( ) : void
HandleTowerHit ( ) : void
MPlayer ( int index, bool isHuman, string name, MColor, color ) : System

비공개 메소드들

메소드 설명
HandleStatChange ( MPlayerStat, stat ) : void

메소드 상세

AddKill() 공개 메소드

public AddKill ( ) : void
리턴 void

HandleTowerHit() 공개 메소드

public HandleTowerHit ( ) : void
리턴 void

MPlayer() 공개 메소드

public MPlayer ( int index, bool isHuman, string name, MColor, color ) : System
index int
isHuman bool
name string
color MColor,
리턴 System

프로퍼티 상세

angle 공개적으로 프로퍼티

public float angle
리턴 float

areStatsDirty 공개적으로 프로퍼티

public bool areStatsDirty
리턴 bool

beasts 공개적으로 프로퍼티

public List beasts
리턴 List

color 공개적으로 프로퍼티

public MColor, color
리턴 MColor,

currentStatTotal 공개적으로 프로퍼티

public int currentStatTotal
리턴 int

dna 공개적으로 프로퍼티

public int dna
리턴 int

framesTillBeast 공개적으로 프로퍼티

public int framesTillBeast
리턴 int

index 공개적으로 프로퍼티

public int index
리턴 int

isDead 공개적으로 프로퍼티

public bool isDead
리턴 bool

isDirty 공개적으로 프로퍼티

public bool isDirty
리턴 bool

isHuman 공개적으로 프로퍼티

public bool isHuman
리턴 bool

leapLevel 공개적으로 프로퍼티

public int leapLevel
리턴 int

leapThreshold 공개적으로 프로퍼티

public int leapThreshold
리턴 int

maxBeasts 공개적으로 프로퍼티

public int maxBeasts
리턴 int

maxFramesTillBeast 공개적으로 프로퍼티

public int maxFramesTillBeast
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

nextBeastCreationAngle 공개적으로 프로퍼티

public float nextBeastCreationAngle
리턴 float

statAttack 공개적으로 프로퍼티

public MPlayerStat, statAttack
리턴 MPlayerStat,

statDefence 공개적으로 프로퍼티

public MPlayerStat, statDefence
리턴 MPlayerStat,

statHealth 공개적으로 프로퍼티

public MPlayerStat, statHealth
리턴 MPlayerStat,

statSpeed 공개적으로 프로퍼티

public MPlayerStat, statSpeed
리턴 MPlayerStat,

statTotal 공개적으로 프로퍼티

public int statTotal
리턴 int

stats 공개적으로 프로퍼티

public MPlayerStat[], stats
리턴 MPlayerStat[],

totalKills 공개적으로 프로퍼티

public int totalKills
리턴 int

tower 공개적으로 프로퍼티

public MTower, tower
리턴 MTower,