C# Class RestoreEffect, tf_client

Restoration effect
Inheritance: MonoBehaviour
Show file Open project: wids-eria/tf_client

Public Properties

Property Type Description
alpha float
laaa UnityEngine.AudioClip
m UnityEngine.MeshFilter
omega float
r Renderer

Public Methods

Method Description
OnEndEffect ( ) : void

self destruct upon completion

Start ( ) : void

Cache god ray colors

TintColors ( ) : void

Tint the colors bro

Update ( ) : void

tint vertex colors

Method Details

OnEndEffect() public method

self destruct upon completion
public OnEndEffect ( ) : void
return void

Start() public method

Cache god ray colors
public Start ( ) : void
return void

TintColors() public method

Tint the colors bro
public TintColors ( ) : void
return void

Update() public method

tint vertex colors
public Update ( ) : void
return void

Property Details

alpha public property

alpha for fade effect
public float alpha
return float

laaa public property

sound effect
public AudioClip,UnityEngine laaa
return UnityEngine.AudioClip

m public property

mesh filter on the god rays
public MeshFilter,UnityEngine m
return UnityEngine.MeshFilter

omega public property

speed of texture scroll
public float omega
return float

r public property

renderer component of the god rays
public Renderer r
return Renderer