C# Класс BulldozerEffect, tf_client

Component for the bulldoze effect
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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