EditorSceneViewGUI GetScreenHeight Method ScoreFlash API Documentation V4.6.0
Returns Screen.height or Screen.height minus SceneViewHeightError, depending on whether we're in the scene view or not (this is to work around an offset bug of Unity).

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public static float GetScreenHeight(
	bool isInSceneView
)

Parameters

isInSceneView
Type: OnlineSystem Boolean
are we currently in the scene view?

Return Value

Screen.height or Screen.height minus SceneViewHeightError
See Also