SunControlUI_SetTimeOfDay Method |
Sets the time of day
Namespace:
BrydenWoodUnity.Lighting
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void SetTimeOfDay(
float minutes
)
Public Sub SetTimeOfDay (
minutes As Single
)
public:
void SetTimeOfDay(
float minutes
)
member SetTimeOfDay :
minutes : float32 -> unit
Parameters
- minutes
- Type: SystemSingle
Tha time of day in total minutes (from 00:00)
See Also