C# Class LeopotamGroup.EditorHelpers.UnityEditors.ShaderTemplateGenerator

Mostrar archivo Open project: Leopotam/LeopotamGroupLibraryUnity

Public Methods

Method Description
CreateUnlitOpaqueShader ( string path ) : string
CreateUnlitTransparentShader ( string path ) : string

Private Methods

Method Description
CreateShaderCode ( string template, string renderType, string renderQueue, bool isAlphaBlend ) : string
CreateUnlitOpaqueShader ( ) : void
CreateUnlitTransparentShader ( ) : void
GetAssetPath ( ) : string

Method Details

CreateUnlitOpaqueShader() public static method

public static CreateUnlitOpaqueShader ( string path ) : string
path string
return string

CreateUnlitTransparentShader() public static method

public static CreateUnlitTransparentShader ( string path ) : string
path string
return string