C# 클래스 MBeast, Madness

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

공개 프로퍼티들

프로퍼티 타입 설명
_elementSets MBeastElementSet[],
attackFrame int
attackTarget MBeast,
attackTower MTower,
beastType MBeastType,
blinkFrame int
defence float
hasTarget bool
health float
isAttacking bool
isAttackingTower bool
offence float
player MPlayer,
pool List
speed float
sprite FSprite,
target Vector2
velocity Vector2

공개 메소드들

메소드 설명
AdvanceFrame ( float amount ) : void
Destroy ( ) : void
Init ( ) : void
MBeast ( ) : System
New ( ) : MBeast,
Start ( MPlayer, player ) : void
UpdateStats ( ) : void

메소드 상세

AdvanceFrame() 공개 메소드

public AdvanceFrame ( float amount ) : void
amount float
리턴 void

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

MBeast() 공개 메소드

public MBeast ( ) : System
리턴 System

New() 공개 정적인 메소드

public static New ( ) : MBeast,
리턴 MBeast,

Start() 공개 메소드

public Start ( MPlayer, player ) : void
player MPlayer,
리턴 void

UpdateStats() 공개 메소드

public UpdateStats ( ) : void
리턴 void

프로퍼티 상세

_elementSets 공개적으로 정적으로 프로퍼티

public static MBeastElementSet[], _elementSets
리턴 MBeastElementSet[],

attackFrame 공개적으로 프로퍼티

public int attackFrame
리턴 int

attackTarget 공개적으로 프로퍼티

public MBeast, attackTarget
리턴 MBeast,

attackTower 공개적으로 프로퍼티

public MTower, attackTower
리턴 MTower,

beastType 공개적으로 프로퍼티

public MBeastType, beastType
리턴 MBeastType,

blinkFrame 공개적으로 프로퍼티

public int blinkFrame
리턴 int

defence 공개적으로 프로퍼티

public float defence
리턴 float

hasTarget 공개적으로 프로퍼티

public bool hasTarget
리턴 bool

health 공개적으로 프로퍼티

public float health
리턴 float

isAttacking 공개적으로 프로퍼티

public bool isAttacking
리턴 bool

isAttackingTower 공개적으로 프로퍼티

public bool isAttackingTower
리턴 bool

offence 공개적으로 프로퍼티

public float offence
리턴 float

player 공개적으로 프로퍼티

public MPlayer, player
리턴 MPlayer,

pool 공개적으로 정적으로 프로퍼티

public static List pool
리턴 List

speed 공개적으로 프로퍼티

public float speed
리턴 float

sprite 공개적으로 프로퍼티

public FSprite, sprite
리턴 FSprite,

target 공개적으로 프로퍼티

public Vector2 target
리턴 Vector2

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2