Description
Wiki Description
Gets the Y position of the sun.
Documentation Comment
Returns the Y position of the Sun.
Caveats
Examples
Debug.Trace("The Sun has a y position of: " + GetSunPositionY())Auto-Generated Example
float returnedValue = Game.GetSunPositionY()