Class MaterialGraph
  
Inheritance
System.Object
MaterialGraph
 
Syntax
public class MaterialGraph : AbstractMaterialGraph, ISerializationCallbackReceiver, IGenerateProperties, IShaderGraph
 
Properties
  
masterNode
Declaration
public IMasterNode masterNode { get; }
 
Property Value
Methods
  
GetShader(String, GenerationMode, out List<PropertyCollector.TextureInfo>, List<String>)
Declaration
public string GetShader(string name, GenerationMode mode, out List<PropertyCollector.TextureInfo> configuredTextures, List<string> sourceAssetDependencyPaths = null)
 
Parameters
Returns
| Type | Description | 
| System.String |  | 
Implements
LoadedFromDisk()
Declaration
public void LoadedFromDisk()
 
Implements