C# Class UnityEditor.ShaderForgeInspector

Inheritance: Editor
Afficher le fichier Open project: ferdbold/littleawfuljam2016

Méthodes publiques

Свойство Type Description
hasShaderForgeData bool

Méthodes publiques

Méthode Description
AnalyzeShader ( ) : void
DrawUnitysInspector ( ) : void
OnInspectorGUI ( ) : void
OpenCompiledShader ( Shader s ) : void

Private Methods

Méthode Description
GetPropertyType ( Shader s, int index ) : string
InitStyles ( ) : void
OnEnable ( ) : void
ShowCompiledCodeButton ( Shader s ) : void
ShowShaderCodeArea ( Shader s ) : void
ShowShaderErrors ( Shader s ) : void
ShowShaderProperties ( Shader s ) : void
ShowSurfaceShaderButton ( Shader s ) : void

Method Details

AnalyzeShader() public méthode

public AnalyzeShader ( ) : void
Résultat void

DrawUnitysInspector() public méthode

public DrawUnitysInspector ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OpenCompiledShader() public static méthode

public static OpenCompiledShader ( Shader s ) : void
s UnityEngine.Shader
Résultat void

Property Details

hasShaderForgeData public_oe property

public bool hasShaderForgeData
Résultat bool