C# Class WaterAnimation

Inheritance: MonoBehaviour
Datei anzeigen Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
_foam ParticleSystem
_foamBottom ParticleSystem
_splashesBottom ParticleSystem
_splashesTop ParticleSystem
_water ParticleSystem
_waterAnimator Animator
_waterMat Renderer

Public Methods

Method Description
ResetBursts ( ) : void
Update ( ) : void

Method Details

ResetBursts() public method

public ResetBursts ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_foam public_oe property

public ParticleSystem _foam
return ParticleSystem

_foamBottom public_oe property

public ParticleSystem _foamBottom
return ParticleSystem

_splashesBottom public_oe property

public ParticleSystem _splashesBottom
return ParticleSystem

_splashesTop public_oe property

public ParticleSystem _splashesTop
return ParticleSystem

_water public_oe property

public ParticleSystem _water
return ParticleSystem

_waterAnimator public_oe property

public Animator _waterAnimator
return Animator

_waterMat public_oe property

public Renderer _waterMat
return Renderer