Method | Description | |
---|---|---|
AssignNewShaderToMaterial ( Material material, Shader oldShader, Shader newShader ) : void | ||
OnGUI ( MaterialEditor materialEditor, MaterialProperty properties ) : void |
Method | Description | |
---|---|---|
FindProperties ( MaterialProperty props ) : void | ||
RenderColorProperties ( string label, Material material ) : void | ||
RenderEmissionProperties ( Material material ) : void | ||
RenderRimLightingProperties ( Material material ) : void | ||
RenderTextureProperties ( string label, Material material ) : void | ||
ShaderPropertiesGUI ( Material material ) : void |
Method | Description | |
---|---|---|
BlendModePopup ( ) : void | ||
GetMaterialBlendMode ( Material material ) : eBlendMode | ||
Heading ( string label ) : void | ||
LightingModePopup ( ) : void | ||
MaterialChanged ( Material material ) : void | ||
SetBlendMode ( Material material, eBlendMode blendMode ) : void | ||
SetDefaultSpriteKeywords ( Material material, Shader shader ) : void | ||
SetKeyword ( Material m, string keyword, bool state ) : void | ||
SetLightModeFromShader ( Material material ) : void | ||
SetMaterialKeywords ( Material material ) : void | ||
SetRenderQueue ( Material material, string queue ) : void | ||
ToggleHeadingKeyword ( string label, Material material, string keyword ) : bool | ||
UseMeshNormalsCheckbox ( Material material ) : bool |
public AssignNewShaderToMaterial ( Material material, Shader oldShader, Shader newShader ) : void | ||
material | Material | |
oldShader | Shader | |
newShader | Shader | |
return | void |
protected FindProperties ( MaterialProperty props ) : void | ||
props | MaterialProperty | |
return | void |
public OnGUI ( MaterialEditor materialEditor, MaterialProperty properties ) : void | ||
materialEditor | MaterialEditor | |
properties | MaterialProperty | |
return | void |
protected RenderColorProperties ( string label, Material material ) : void | ||
label | string | |
material | Material | |
return | void |
protected RenderEmissionProperties ( Material material ) : void | ||
material | Material | |
return | void |
protected RenderRimLightingProperties ( Material material ) : void | ||
material | Material | |
return | void |
protected RenderTextureProperties ( string label, Material material ) : void | ||
label | string | |
material | Material | |
return | void |
protected ShaderPropertiesGUI ( Material material ) : void | ||
material | Material | |
return | void |