C# 클래스 GravediggerBis, Gravedigger

상속: MonoBehaviour
파일 보기 프로젝트 열기: Chat-Wane/Gravedigger

공개 프로퍼티들

프로퍼티 타입 설명
attackSpeed float
canMoveDelay float
gravity float
groundDamping float
inAirDamping float
jumpHeight float
jumpPressTime float
laser GameObject
particle ParticleSystem
runSpeed float
shootCD float

공개 메소드들

메소드 설명
Awake ( ) : void
EDisableReAtacck ( ) : void
EEnableReAtacck ( ) : void
Update ( ) : void
onControllerCollider ( RaycastHit2D hit ) : void

비공개 메소드들

메소드 설명
attack ( ) : void
move ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

EDisableReAtacck() 공개 메소드

public EDisableReAtacck ( ) : void
리턴 void

EEnableReAtacck() 공개 메소드

public EEnableReAtacck ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

onControllerCollider() 공개 메소드

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

프로퍼티 상세

attackSpeed 공개적으로 프로퍼티

public float attackSpeed
리턴 float

canMoveDelay 공개적으로 프로퍼티

public float canMoveDelay
리턴 float

gravity 공개적으로 프로퍼티

public float gravity
리턴 float

groundDamping 공개적으로 프로퍼티

public float groundDamping
리턴 float

inAirDamping 공개적으로 프로퍼티

public float inAirDamping
리턴 float

jumpHeight 공개적으로 프로퍼티

public float jumpHeight
리턴 float

jumpPressTime 공개적으로 프로퍼티

public float jumpPressTime
리턴 float

laser 공개적으로 프로퍼티

public GameObject laser
리턴 GameObject

particle 공개적으로 프로퍼티

public ParticleSystem particle
리턴 ParticleSystem

runSpeed 공개적으로 프로퍼티

public float runSpeed
리턴 float

shootCD 공개적으로 프로퍼티

public float shootCD
리턴 float