C# Class RestoreEffect, tf_client

Restoration effect
Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Свойство Type Description
alpha float
laaa UnityEngine.AudioClip
m UnityEngine.MeshFilter
omega float
r Renderer

Méthodes publiques

Méthode 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 méthode

self destruct upon completion
public OnEndEffect ( ) : void
Résultat void

Start() public méthode

Cache god ray colors
public Start ( ) : void
Résultat void

TintColors() public méthode

Tint the colors bro
public TintColors ( ) : void
Résultat void

Update() public méthode

tint vertex colors
public Update ( ) : void
Résultat void

Property Details

alpha public_oe property

alpha for fade effect
public float alpha
Résultat float

laaa public_oe property

sound effect
public AudioClip,UnityEngine laaa
Résultat UnityEngine.AudioClip

m public_oe property

mesh filter on the god rays
public MeshFilter,UnityEngine m
Résultat UnityEngine.MeshFilter

omega public_oe property

speed of texture scroll
public float omega
Résultat float

r public_oe property

renderer component of the god rays
public Renderer r
Résultat Renderer