C# 클래스 ColossusController, WorldsofREM

상속: MonoBehaviour
파일 보기 프로젝트 열기: jmkmoore/WorldsofREM 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentAttack string
currentAttackTimer float
gravity float
groundDamping float
inAirDamping float
overhandCooldown float
overhandTimer float
pokeCooldown float
pokeTimer float
runSpeed float
shoulderCooldown float
shoulderTimer float
stompCooldown float
stompTimer float
swingCooldown float
swingTimer float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
getCurrentAttackValue ( ) : int
onControllerCollider ( RaycastHit2D hit ) : void
onTriggerEnterEvent ( Collider2D col ) : void
onTriggerExitEvent ( Collider2D col ) : void
overheadAttack ( ) : void
pokeAttack ( ) : void
swingAttack ( ) : void
updateCanAttack ( string attackName, bool canUse ) : void

비공개 메소드들

메소드 설명
isInRange ( ) : bool

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

getCurrentAttackValue() 공개 메소드

public getCurrentAttackValue ( ) : int
리턴 int

onControllerCollider() 공개 메소드

public onControllerCollider ( RaycastHit2D hit ) : void
hit UnityEngine.RaycastHit2D
리턴 void

onTriggerEnterEvent() 공개 메소드

public onTriggerEnterEvent ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

onTriggerExitEvent() 공개 메소드

public onTriggerExitEvent ( Collider2D col ) : void
col UnityEngine.Collider2D
리턴 void

overheadAttack() 공개 메소드

public overheadAttack ( ) : void
리턴 void

pokeAttack() 공개 메소드

public pokeAttack ( ) : void
리턴 void

swingAttack() 공개 메소드

public swingAttack ( ) : void
리턴 void

updateCanAttack() 공개 메소드

public updateCanAttack ( string attackName, bool canUse ) : void
attackName string
canUse bool
리턴 void

프로퍼티 상세

currentAttack 공개적으로 프로퍼티

public string currentAttack
리턴 string

currentAttackTimer 공개적으로 프로퍼티

public float currentAttackTimer
리턴 float

gravity 공개적으로 프로퍼티

public float gravity
리턴 float

groundDamping 공개적으로 프로퍼티

public float groundDamping
리턴 float

inAirDamping 공개적으로 프로퍼티

public float inAirDamping
리턴 float

overhandCooldown 공개적으로 프로퍼티

public float overhandCooldown
리턴 float

overhandTimer 공개적으로 프로퍼티

public float overhandTimer
리턴 float

pokeCooldown 공개적으로 프로퍼티

public float pokeCooldown
리턴 float

pokeTimer 공개적으로 프로퍼티

public float pokeTimer
리턴 float

runSpeed 공개적으로 프로퍼티

public float runSpeed
리턴 float

shoulderCooldown 공개적으로 프로퍼티

public float shoulderCooldown
리턴 float

shoulderTimer 공개적으로 프로퍼티

public float shoulderTimer
리턴 float

stompCooldown 공개적으로 프로퍼티

public float stompCooldown
리턴 float

stompTimer 공개적으로 프로퍼티

public float stompTimer
리턴 float

swingCooldown 공개적으로 프로퍼티

public float swingCooldown
리턴 float

swingTimer 공개적으로 프로퍼티

public float swingTimer
리턴 float