C# Class CardboardControlReticle.ColorFade

Inheritance: FadeState
Exibir arquivo Open project: waltzaround/Cardboard-Asteroids

Public Properties

Property Type Description
source Color
target Color

Public Methods

Method Description
CurrentColor ( ) : Color
Interrupt ( ) : void

Method Details

CurrentColor() public method

public CurrentColor ( ) : Color
return Color

Interrupt() public method

public Interrupt ( ) : void
return void

Property Details

source public_oe property

public Color source
return Color

target public_oe property

public Color target
return Color