C# Class LightChanger, TWI_Repo

Inheritance: MonoBehaviour
Show file Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
colorSpeed float
endingColor Color
endingRange float
intensitySpeed float
rangeSpeed float
startingColor Color
startingRange float

Private Methods

Method Description
LerpLights ( ) : void
Start ( ) : void
Update ( ) : void

Property Details

colorSpeed public property

public float colorSpeed
return float

endingColor public property

public Color endingColor
return Color

endingRange public property

public float endingRange
return float

intensitySpeed public property

public float intensitySpeed
return float

rangeSpeed public property

public float rangeSpeed
return float

startingColor public property

public Color startingColor
return Color

startingRange public property

public float startingRange
return float