C# Class UnityEditor.ShaderVariantCollectionInspector

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

Public Methods

Method Description
OnEnable ( ) : void
OnInspectorGUI ( ) : void

Private Methods

Method Description
DisplayAddVariantsWindow ( Shader shader, ShaderVariantCollection collection ) : void
DrawShaderEntry ( int shaderIndex ) : void
GetAddRemoveButtonRect ( Rect r ) : Rect

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void