AssetGuid
The GUID of the asset file associated with this graph.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public GUID AssetGuid { get; }
Remarks
The default value of GUID for local subgraphs, because they are not stored as separate asset files. For graphs that are persistent assets, this property contains the valid unique identifier of the asset file on disk.