Skip to content

Node.GetInputValues

Thor Brigsted edited this page May 13, 2018 · 1 revision

Return all input values for a specified port. Returns fallback value if no ports are connected

public T GetInputValues<T>(string fieldName, params T[] fallback);
Parameters Summary
fieldName Field name of requested input port
fallback If no ports are connected, this value will be returned

See also: GetInputValue

Clone this wiki locally