C# Class RestoreEffect, tf_client

Restoration effect
Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

alpha for fade effect
public float alpha
return float

laaa public_oe property

sound effect
public AudioClip,UnityEngine laaa
return UnityEngine.AudioClip

m public_oe property

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

omega public_oe property

speed of texture scroll
public float omega
return float

r public_oe property

renderer component of the god rays
public Renderer r
return Renderer