C# Class FairyGUI.ShaderConfig

显示文件 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_oe static_oe property

public static GetFunction Get
return GetFunction

bmFontShader public_oe static_oe property

public static string bmFontShader
return string

imageShader public_oe static_oe property

public static string imageShader
return string

textBrighterShader public_oe static_oe property

public static string textBrighterShader
return string

textShader public_oe static_oe property

public static string textShader
return string