Interface IMultiInputUnit
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public interface IMultiInputUnit : IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
inputCount
Declaration
int inputCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
multiInputs
Declaration
ReadOnlyCollection<ValueInput> multiInputs { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<ValueInput> |