Method GetAllowedPortTypes
GetAllowedPortTypes()
Called from the editor to get the allowed port types override the function to return a custom list of ports to add.
Declaration
public virtual IEnumerable<Type> GetAllowedPortTypes()
Returns
Type | Description |
---|---|
IEnumerable<Type> | Enumerator of allowed types |