C# Class DayNightSkybowController, TheDeadMemories

Inheritance: MonoBehaviour
显示文件 Open project: TheDeadMemoriesTeam/TheDeadMemories

Public Properties

Property Type Description
dayNightCycle DayNightCycleManager,
lightestColor Color

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dayNightCycle public_oe property

public DayNightCycleManager, dayNightCycle
return DayNightCycleManager,

lightestColor public_oe property

public Color lightestColor
return Color