C# 클래스 CardboardControlReticle.FadeState

파일 보기 프로젝트 열기: waltzaround/Cardboard-Asteroids

공개 프로퍼티들

프로퍼티 타입 설명
counter float
fadeTime float
reticle GameObject

공개 메소드들

메소드 설명
CurrentAlpha ( ) : float
CurrentColor ( ) : Color
Interrupt ( ) : void
PercentageFaded ( float counter ) : float
ResetCounter ( ) : void
UpdateCounter ( float fadeTime, GameObject reticle ) : void

메소드 상세

CurrentAlpha() 공개 메소드

public CurrentAlpha ( ) : float
리턴 float

CurrentColor() 공개 메소드

public CurrentColor ( ) : Color
리턴 Color

Interrupt() 공개 메소드

public Interrupt ( ) : void
리턴 void

PercentageFaded() 공개 메소드

public PercentageFaded ( float counter ) : float
counter float
리턴 float

ResetCounter() 공개 메소드

public ResetCounter ( ) : void
리턴 void

UpdateCounter() 공개 메소드

public UpdateCounter ( float fadeTime, GameObject reticle ) : void
fadeTime float
reticle GameObject
리턴 void

프로퍼티 상세

counter 공개적으로 프로퍼티

public float counter
리턴 float

fadeTime 공개적으로 프로퍼티

public float fadeTime
리턴 float

reticle 공개적으로 프로퍼티

public GameObject reticle
리턴 GameObject