Struct GraphCode
Inherited Members
Namespace: UnityEditor.ShaderGraph.Internal
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
public struct GraphCode
Fields
properties
Declaration
public IEnumerable<AbstractShaderProperty> properties
Field Value
Type | Description |
---|---|
IEnumerable<AbstractShaderProperty> |
Properties
code
Declaration
public readonly string code { get; }
Property Value
Type | Description |
---|---|
string |
requirements
Declaration
public readonly ShaderGraphRequirements requirements { get; }
Property Value
Type | Description |
---|---|
ShaderGraphRequirements |