C# 클래스 BulldozerEffect, tf_client

Component for the bulldoze effect
상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 프로퍼티들

프로퍼티 타입 설명
destructionEffect ParticleEmitter
destructionSound UnityEngine.AudioClip

공개 메소드들

메소드 설명
OnDestroyMicrotile ( ) : void

Message for when the bulldozer has reached its target

OnEndAnimation ( ) : void

Message for when the animation has concluded

메소드 상세

OnDestroyMicrotile() 공개 메소드

Message for when the bulldozer has reached its target
public OnDestroyMicrotile ( ) : void
리턴 void

OnEndAnimation() 공개 메소드

Message for when the animation has concluded
public OnEndAnimation ( ) : void
리턴 void

프로퍼티 상세

destructionEffect 공개적으로 프로퍼티

Particle effect for object being destroyed
public ParticleEmitter destructionEffect
리턴 ParticleEmitter

destructionSound 공개적으로 프로퍼티

Audio clip for the destruction sound effect
public AudioClip,UnityEngine destructionSound
리턴 UnityEngine.AudioClip