Method GetDebuggingTargets
GetDebuggingTargets(IGraphModel)
Declaration
public IEnumerable<int> GetDebuggingTargets(IGraphModel graphModel)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraphModel | graphModel |
Returns
| Type | Description |
|---|---|
| IEnumerable<int> |
Implements
UnityEditor.GraphToolsFoundation.Overdrive.VisualScripting.IDebugger.GetDebuggingTargets(UnityEditor.GraphToolsFoundation.Overdrive.VisualScripting.GraphViewModel.IGraphModel)