Class ShaderConversion
Inheritance
ShaderConversion
Assembly: Unity.Pixyz.UnitySDK.Runtime.dll
Syntax
[Serializable]
public class ShaderConversion
Constructors
ShaderConversion(string, string)
Declaration
public ShaderConversion(string shaderName, string targetShaderName)
Parameters
Type |
Name |
Description |
string |
shaderName |
|
string |
targetShaderName |
|
Properties
PropertyBinding
Declaration
public Dictionary<string, string> PropertyBinding { get; }
Property Value
ShaderName
Declaration
public string ShaderName { get; }
Property Value
TargetShaderName
Declaration
public string TargetShaderName { get; set; }
Property Value
Methods
Clone()
Declaration
public ShaderConversion Clone()
Returns