C# 클래스 EnemyStomp, JuniorProject

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

공개 프로퍼티들

프로퍼티 타입 설명
postShotCoolDownTime float
preShotAnimationTime float
stomping bool
stunDuration float
theEnemyCharacterMotor CharacterMotor2,
thePlayerCharacterMotor CharacterMotor2,
thePlayerGrounded GroundCheck,

공개 메소드들

메소드 설명
Start ( ) : void
Stomp ( ) : void

비공개 메소드들

메소드 설명
StompCO ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stomp() 공개 메소드

public Stomp ( ) : void
리턴 void

프로퍼티 상세

postShotCoolDownTime 공개적으로 프로퍼티

public float postShotCoolDownTime
리턴 float

preShotAnimationTime 공개적으로 프로퍼티

public float preShotAnimationTime
리턴 float

stomping 공개적으로 프로퍼티

public bool stomping
리턴 bool

stunDuration 공개적으로 프로퍼티

public float stunDuration
리턴 float

theEnemyCharacterMotor 공개적으로 프로퍼티

public CharacterMotor2, theEnemyCharacterMotor
리턴 CharacterMotor2,

thePlayerCharacterMotor 공개적으로 프로퍼티

public CharacterMotor2, thePlayerCharacterMotor
리턴 CharacterMotor2,

thePlayerGrounded 공개적으로 프로퍼티

public GroundCheck, thePlayerGrounded
리턴 GroundCheck,