Struct OutputMetadata
Inherited Members
Namespace: UnityEditor.ShaderGraph.Internal
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public struct OutputMetadata
Properties
id
Declaration
public int id { get; }
Property Value
Type | Description |
---|---|
int |
index
Declaration
public int index { get; }
Property Value
Type | Description |
---|---|
int |
referenceName
Declaration
public string referenceName { get; }
Property Value
Type | Description |
---|---|
string |