C# Class UnityEditor.SceneRenderModeWindow

Inheritance: PopupWindowContent
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetGUIContent ( DrawCameraMode drawCameraMode ) : GUIContent
GetWindowSize ( ) : Vector2
OnGUI ( Rect rect ) : void
OnOpen ( ) : void
SceneRenderModeWindow ( SceneView sceneView ) : System

Private Methods

Method Description
DoOneMode ( EditorWindow caller, Rect &rect, DrawCameraMode drawCameraMode ) : void
DoResolutionToggle ( Rect rect, bool disabled ) : void
Draw ( EditorWindow caller, float listElementWidth ) : void
DrawHeader ( Rect &rect, GUIContent label ) : void
DrawSeparator ( Rect &rect ) : void
IsModeDisabled ( DrawCameraMode mode ) : bool

Method Details

GetGUIContent() public static method

public static GetGUIContent ( DrawCameraMode drawCameraMode ) : GUIContent
drawCameraMode DrawCameraMode
return UnityEngine.GUIContent

GetWindowSize() public method

public GetWindowSize ( ) : Vector2
return UnityEngine.Vector2

OnGUI() public method

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
return void

OnOpen() public method

public OnOpen ( ) : void
return void

SceneRenderModeWindow() public method

public SceneRenderModeWindow ( SceneView sceneView ) : System
sceneView SceneView
return System