C# Class WaterAnimation

Inheritance: MonoBehaviour
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Méthodes publiques

Свойство Type Description
_foam ParticleSystem
_foamBottom ParticleSystem
_splashesBottom ParticleSystem
_splashesTop ParticleSystem
_water ParticleSystem
_waterAnimator Animator
_waterMat Renderer

Méthodes publiques

Méthode Description
ResetBursts ( ) : void
Update ( ) : void

Method Details

ResetBursts() public méthode

public ResetBursts ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

_foam public_oe property

public ParticleSystem _foam
Résultat ParticleSystem

_foamBottom public_oe property

public ParticleSystem _foamBottom
Résultat ParticleSystem

_splashesBottom public_oe property

public ParticleSystem _splashesBottom
Résultat ParticleSystem

_splashesTop public_oe property

public ParticleSystem _splashesTop
Résultat ParticleSystem

_water public_oe property

public ParticleSystem _water
Résultat ParticleSystem

_waterAnimator public_oe property

public Animator _waterAnimator
Résultat Animator

_waterMat public_oe property

public Renderer _waterMat
Résultat Renderer