C# Class PlayerHalo, TheDeadMemories

Inheritance: MonoBehaviour
Mostra file Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Properties

Property Type Description
dayNightCycle DayNightCycleManager,
halo Light

Public Methods

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

Private Methods

Method Description
hourToIntensityVal ( float hour ) : float
toRadian ( float degree ) : float

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,

halo public_oe property

public Light halo
return Light