Class CompositorGraphAsset
Inherited Members
Namespace: Unity.Compositor.Model
Syntax
public class CompositorGraphAsset : CompositorAsset, IGraphAssetModel, IDisposable
Methods
CreateVSGraphUsingStencil(String, Type, Boolean)
Declaration
public override VSGraphModel CreateVSGraphUsingStencil(string graphName, Type stencilType, bool writeOnDisk = true)
Parameters
Type | Name | Description |
---|---|---|
String | graphName | |
Type | stencilType | |
Boolean | writeOnDisk |
Returns
Type | Description |
---|---|
VSGraphModel |