C# 클래스 UnityEditor.ShaderInspectorPlatformsPopup

상속: PopupWindowContent
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetWindowSize ( ) : Vector2
OnGUI ( Rect rect ) : void
ShaderInspectorPlatformsPopup ( Shader shader ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

GetWindowSize() 공개 메소드

public GetWindowSize ( ) : Vector2
리턴 UnityEngine.Vector2

OnGUI() 공개 메소드

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
리턴 void

ShaderInspectorPlatformsPopup() 공개 메소드

public ShaderInspectorPlatformsPopup ( Shader shader ) : System
shader UnityEngine.Shader
리턴 System