C# 클래스 CollapseAnimator, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
animate bool
collapseParticle GameObject
collapseSpeed float
pauseTime float
soundEffect UnityEngine.AudioClip

공개 메소드들

메소드 설명
Animate ( Tower, t ) : void

비공개 메소드들

메소드 설명
BeginAnimation ( Tower, t ) : void
Collapse ( ) : void
CollapseAnimation ( ) : IEnumerator
Pause ( ) : IEnumerator
Pre ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Animate() 공개 정적인 메소드

public static Animate ( Tower, t ) : void
t Tower,
리턴 void

프로퍼티 상세

animate 공개적으로 정적으로 프로퍼티

public static bool animate
리턴 bool

collapseParticle 공개적으로 프로퍼티

public GameObject collapseParticle
리턴 GameObject

collapseSpeed 공개적으로 프로퍼티

public float collapseSpeed
리턴 float

pauseTime 공개적으로 프로퍼티

public float pauseTime
리턴 float

soundEffect 공개적으로 프로퍼티

public AudioClip,UnityEngine soundEffect
리턴 UnityEngine.AudioClip