C# Class UnityEditor.SceneRenderModeWindow

Inheritance: PopupWindowContent
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static GetGUIContent ( DrawCameraMode drawCameraMode ) : GUIContent
drawCameraMode DrawCameraMode
Résultat UnityEngine.GUIContent

GetWindowSize() public méthode

public GetWindowSize ( ) : Vector2
Résultat UnityEngine.Vector2

OnGUI() public méthode

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void

OnOpen() public méthode

public OnOpen ( ) : void
Résultat void

SceneRenderModeWindow() public méthode

public SceneRenderModeWindow ( SceneView sceneView ) : System
sceneView SceneView
Résultat System