Description
Wiki Description
Checks to the see if the player is looking directly at the sun.
Documentation Comment
Is the player looking at the sun?
Caveats
Examples
if Game.IsPlayerSungazing()
Debug.Trace("Player is looking at the sun!")
endIfAuto-Generated Example
bool returnedValue = Game.IsPlayerSungazing()