Inheritance
SunStudyTopMenu
 
public class SunStudyTopMenu : TopMenu
 
Fields
  
Declaration
public Text DayOfYearLabel
 
Field Value
Declaration
public Slider DayOfYearSlider
 
Field Value
Declaration
public GameObject defaultLightPrefab
 
Field Value
Declaration
public Text LatitudeLabel
 
Field Value
Declaration
public Slider LatitudeSlider
 
Field Value
Declaration
public Text LongitudeLabel
 
Field Value
Declaration
public Slider LongitudeSlider
 
Field Value
Declaration
public Text MinuteOfDayLabel
 
Field Value
Declaration
public Slider MinuteOfDaySlider
 
Field Value
Declaration
Field Value
Declaration
public Slider NorthSlider
 
Field Value
Declaration
Field Value
| Type | 
Description | 
| Unity.SunStudy.SunStudy | 
 | 
Declaration
public float transparentModeAlpha
 
Field Value
Declaration
public Text UtcOffsetLabel
 
Field Value
Declaration
public Slider UtcOffsetSlider
 
Field Value
Declaration
public CanvasGroup WindowGroup
 
Field Value
Methods
  
Declaration
public void SetDayOfYear(float dayOfYear)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
dayOfYear | 
 | 
Declaration
public void SetLatitude(float latitude)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
latitude | 
 | 
Declaration
public void SetLongitude(float longitude)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
longitude | 
 | 
Declaration
public void SetMinuteOfDay(float minuteOfDay)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
minuteOfDay | 
 | 
Declaration
public void SetTrueNorth(float northAngle)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
northAngle | 
 | 
Declaration
public void SetUtcOffset(float offset)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
offset | 
 | 
Declaration
protected override void Start()
 
Overrides
Declaration
public void StartTransparentMode()
 
Declaration
public void StopTransparentMode()