Property GraphObjectReference
GraphObjectReference
Reference graph asset, this asset reference is copied and used for runtime. Any changes to this asset will not take place in the graph until a new Update(), upon which this component will replace the current runtime asset with the updated reference.
Declaration
public SystemGraphObject GraphObjectReference { get; set; }
Property Value
Type | Description |
---|---|
SystemGraphObject | The graph object reference. |