C# Class UnityEditor.ShaderInspectorPlatformsPopup

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

Public Methods

Method Description
GetWindowSize ( ) : Vector2
OnGUI ( Rect rect ) : void
ShaderInspectorPlatformsPopup ( Shader shader ) : System

Private Methods

Method Description
DoCustomPlatformBit ( Rect rect, int index ) : void
DoOneMode ( Rect rect, int index ) : void
DoShaderVariants ( EditorWindow caller, Rect &drawPos ) : void
Draw ( EditorWindow caller, float listElementWidth ) : void
DrawSeparator ( Rect &rect ) : void
InitializeShaderPlatforms ( ) : void

Method Details

GetWindowSize() public method

public GetWindowSize ( ) : Vector2
return UnityEngine.Vector2

OnGUI() public method

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

ShaderInspectorPlatformsPopup() public method

public ShaderInspectorPlatformsPopup ( Shader shader ) : System
shader UnityEngine.Shader
return System