Interface IAotStubbable
Namespace: Unity.VisualScripting
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> |