C# Class FairyGUI.ShaderConfig

Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
Get GetFunction
bmFontShader string
imageShader string
textBrighterShader string
textShader string

Public Methods

Method Description
GetShader ( string name ) : Shader

Method Details

GetShader() public static method

public static GetShader ( string name ) : Shader
name string
return UnityEngine.Shader

Property Details

Get public static property

public static GetFunction Get
return GetFunction

bmFontShader public static property

public static string bmFontShader
return string

imageShader public static property

public static string imageShader
return string

textBrighterShader public static property

public static string textBrighterShader
return string

textShader public static property

public static string textShader
return string