C# Class BulldozerEffect, tf_client

Component for the bulldoze effect
Inheritance: MonoBehaviour
Show file Open project: wids-eria/tf_client

Public Properties

Property Type Description
destructionEffect ParticleEmitter
destructionSound UnityEngine.AudioClip

Public Methods

Method Description
OnDestroyMicrotile ( ) : void

Message for when the bulldozer has reached its target

OnEndAnimation ( ) : void

Message for when the animation has concluded

Method Details

OnDestroyMicrotile() public method

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

OnEndAnimation() public method

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

Property Details

destructionEffect public property

Particle effect for object being destroyed
public ParticleEmitter destructionEffect
return ParticleEmitter

destructionSound public property

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