C# 클래스 WateringCanEffect, tf_client

Watering can effect for planting trees.
상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 프로퍼티들

프로퍼티 타입 설명
soundEffect UnityEngine.AudioClip
waterEffect ParticleEmitter

공개 메소드들

메소드 설명
OnEndAnimation ( ) : void

Message for when the animation has concluded.

OnStartWatering ( ) : void

Raises the start watering event.

메소드 상세

OnEndAnimation() 공개 메소드

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

OnStartWatering() 공개 메소드

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

프로퍼티 상세

soundEffect 공개적으로 프로퍼티

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

waterEffect 공개적으로 프로퍼티

Particle effect for the water drops.
public ParticleEmitter waterEffect
리턴 ParticleEmitter