C# 클래스 SwingEnemy, 306_project2

상속: MonoBehaviour
파일 보기 프로젝트 열기: ElliotWhiley/306_project2

공개 프로퍼티들

프로퍼티 타입 설명
currentRotationZ float
goingRight bool
newRotationZ float
swingVelocity float

공개 메소드들

메소드 설명
Accelerate ( ) : void
Awake ( ) : void
Decelerate ( ) : void
Start ( ) : void
Swing ( ) : void

메소드 상세

Accelerate() 공개 메소드

public Accelerate ( ) : void
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Decelerate() 공개 메소드

public Decelerate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Swing() 공개 메소드

public Swing ( ) : void
리턴 void

프로퍼티 상세

currentRotationZ 공개적으로 프로퍼티

public float currentRotationZ
리턴 float

goingRight 공개적으로 프로퍼티

public bool goingRight
리턴 bool

newRotationZ 공개적으로 프로퍼티

public float newRotationZ
리턴 float

swingVelocity 공개적으로 프로퍼티

public float swingVelocity
리턴 float