Interface IAotStubbable
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public interface IAotStubbable
Methods
GetAotStubs(HashSet<object>)
Declaration
IEnumerable<object> GetAotStubs(HashSet<object> visited)
Parameters
| Type | Name | Description |
|---|---|---|
| HashSet<object> | visited |
Returns
| Type | Description |
|---|---|
| IEnumerable<object> |