C# Class CardboardControlReticle.AlphaFade

Inheritance: FadeState
显示文件 Open project: waltzaround/Cardboard-Asteroids

Public Properties

Property Type Description
source float
target float

Public Methods

Method Description
CurrentAlpha ( ) : float
Interrupt ( ) : void

Method Details

CurrentAlpha() public method

public CurrentAlpha ( ) : float
return float

Interrupt() public method

public Interrupt ( ) : void
return void

Property Details

source public_oe property

public float source
return float

target public_oe property

public float target
return float