Interface IMasterNode
  
Syntax
public interface IMasterNode : INode
 
Methods
  
GetShader(GenerationMode, String, out List<PropertyCollector.TextureInfo>, List<String>)
Declaration
string GetShader(GenerationMode mode, string name, out List<PropertyCollector.TextureInfo> configuredTextures, List<string> sourceAssetDependencyPaths = null)
 
Parameters
Returns
| Type | Description | 
| System.String |  | 
IsPipelineCompatible(RenderPipelineAsset)
Declaration
bool IsPipelineCompatible(RenderPipelineAsset renderPipelineAsset)
 
Parameters
| Type | Name | Description | 
| RenderPipelineAsset | renderPipelineAsset |  | 
Returns
| Type | Description | 
| System.Boolean |  |