C# 클래스 SpiderState, ES2014B

상속: AbstractEntity
파일 보기 프로젝트 열기: eloipuertas/ES2014B 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
coeff_ConToFor float
coeff_DexToRef float
coeff_StrToDMG float
destination Vector3
maxHPPossible int
maxMPPossible int
maxPcDMGReduction float
max_attacks_per_second float
moveSpeed float
projectileSpeed float
rotationSpeed float
timeCostDivisor float
timeForNextAction float
timecost_perAction float

공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void
addHealth ( int healthToAdd ) : void
attack ( AbstractEntity, enemy, Vector3 enemyPos ) : void
destroyObject ( ) : void
destroyWithDelay ( float delay ) : void
getDestination ( ) : Vector3
lookAt ( Vector3 lookAtPos ) : void
onAttackReceived ( int baseDMG ) : void
setDestination ( float x, float y, float z ) : void
setHealth ( int newHealth ) : void
substractHealth ( int healthToSubstract ) : void
updateStats ( ) : void
useWebSpell ( Transform target ) : void

비공개 메소드들

메소드 설명
TimeBasedUpdate ( ) : void
move ( ) : void
reenableWebAI ( ) : void
throwProj ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

addHealth() 공개 메소드

public addHealth ( int healthToAdd ) : void
healthToAdd int
리턴 void

attack() 공개 메소드

public attack ( AbstractEntity, enemy, Vector3 enemyPos ) : void
enemy AbstractEntity,
enemyPos Vector3
리턴 void

destroyObject() 공개 메소드

public destroyObject ( ) : void
리턴 void

destroyWithDelay() 공개 메소드

public destroyWithDelay ( float delay ) : void
delay float
리턴 void

getDestination() 공개 메소드

public getDestination ( ) : Vector3
리턴 Vector3

lookAt() 공개 메소드

public lookAt ( Vector3 lookAtPos ) : void
lookAtPos Vector3
리턴 void

onAttackReceived() 공개 메소드

public onAttackReceived ( int baseDMG ) : void
baseDMG int
리턴 void

setDestination() 공개 메소드

public setDestination ( float x, float y, float z ) : void
x float
y float
z float
리턴 void

setHealth() 공개 메소드

public setHealth ( int newHealth ) : void
newHealth int
리턴 void

substractHealth() 공개 메소드

public substractHealth ( int healthToSubstract ) : void
healthToSubstract int
리턴 void

updateStats() 공개 메소드

public updateStats ( ) : void
리턴 void

useWebSpell() 공개 메소드

public useWebSpell ( Transform target ) : void
target Transform
리턴 void

프로퍼티 상세

coeff_ConToFor 공개적으로 프로퍼티

public float coeff_ConToFor
리턴 float

coeff_DexToRef 공개적으로 프로퍼티

public float coeff_DexToRef
리턴 float

coeff_StrToDMG 공개적으로 프로퍼티

public float coeff_StrToDMG
리턴 float

destination 공개적으로 프로퍼티

public Vector3 destination
리턴 Vector3

maxHPPossible 공개적으로 프로퍼티

public int maxHPPossible
리턴 int

maxMPPossible 공개적으로 프로퍼티

public int maxMPPossible
리턴 int

maxPcDMGReduction 공개적으로 프로퍼티

public float maxPcDMGReduction
리턴 float

max_attacks_per_second 공개적으로 프로퍼티

public float max_attacks_per_second
리턴 float

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float

projectileSpeed 공개적으로 프로퍼티

public float projectileSpeed
리턴 float

rotationSpeed 공개적으로 프로퍼티

public float rotationSpeed
리턴 float

timeCostDivisor 공개적으로 프로퍼티

public float timeCostDivisor
리턴 float

timeForNextAction 공개적으로 프로퍼티

public float timeForNextAction
리턴 float

timecost_perAction 공개적으로 프로퍼티

public float timecost_perAction
리턴 float