Class CompositorGraphAsset
Namespace: Unity.Compositor.Model
Syntax
public class CompositorGraphAsset : CompositorAsset
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 |