-
-
Notifications
You must be signed in to change notification settings - Fork 622
Node.GetInputValue
Thor Brigsted edited this page May 13, 2018
·
2 revisions
Return input value for a specified port. Returns fallback value if no ports are connected
public T GetInputValue<T>(string fieldName, T fallback = default(T));| Parameters | Summary |
|---|---|
| fieldName | Field name of requested input port |
| fallback | If no ports are connected, this value will be returned |
See also: GetInputValues