C# Class LightChanger, TWI_Repo

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public float colorSpeed
return float

endingColor public_oe property

public Color endingColor
return Color

endingRange public_oe property

public float endingRange
return float

intensitySpeed public_oe property

public float intensitySpeed
return float

rangeSpeed public_oe property

public float rangeSpeed
return float

startingColor public_oe property

public Color startingColor
return Color

startingRange public_oe property

public float startingRange
return float