C# Class WateringCanEffect, tf_client

Watering can effect for planting trees.
Inheritance: MonoBehaviour
Show file Open project: wids-eria/tf_client

Public Properties

Property Type Description
soundEffect UnityEngine.AudioClip
waterEffect ParticleEmitter

Public Methods

Method Description
OnEndAnimation ( ) : void

Message for when the animation has concluded.

OnStartWatering ( ) : void

Raises the start watering event.

Method Details

OnEndAnimation() public method

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

OnStartWatering() public method

Raises the start watering event.
public OnStartWatering ( ) : void
return void

Property Details

soundEffect public property

Audio clip for the trickling watery goodness.
public AudioClip,UnityEngine soundEffect
return UnityEngine.AudioClip

waterEffect public property

Particle effect for the water drops.
public ParticleEmitter waterEffect
return ParticleEmitter