C# 클래스 RestoreEffect, tf_client

Restoration effect
상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 프로퍼티들

프로퍼티 타입 설명
alpha float
laaa UnityEngine.AudioClip
m UnityEngine.MeshFilter
omega float
r Renderer

공개 메소드들

메소드 설명
OnEndEffect ( ) : void

self destruct upon completion

Start ( ) : void

Cache god ray colors

TintColors ( ) : void

Tint the colors bro

Update ( ) : void

tint vertex colors

메소드 상세

OnEndEffect() 공개 메소드

self destruct upon completion
public OnEndEffect ( ) : void
리턴 void

Start() 공개 메소드

Cache god ray colors
public Start ( ) : void
리턴 void

TintColors() 공개 메소드

Tint the colors bro
public TintColors ( ) : void
리턴 void

Update() 공개 메소드

tint vertex colors
public Update ( ) : void
리턴 void

프로퍼티 상세

alpha 공개적으로 프로퍼티

alpha for fade effect
public float alpha
리턴 float

laaa 공개적으로 프로퍼티

sound effect
public AudioClip,UnityEngine laaa
리턴 UnityEngine.AudioClip

m 공개적으로 프로퍼티

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

omega 공개적으로 프로퍼티

speed of texture scroll
public float omega
리턴 float

r 공개적으로 프로퍼티

renderer component of the god rays
public Renderer r
리턴 Renderer