Delegate GraphAsset.ChangeHandler
Represents a callback raised when a graph asset reports that its structure or settings have changed.
public delegate void GraphAsset.ChangeHandler(GraphAsset sender)
Parameters
senderGraphAssetThe graph asset that raised the change event.