Class SelectUnitDescriptor<T>
Inheritance
SelectUnitDescriptor<T>
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
public class SelectUnitDescriptor<T> : UnitDescriptor<SelectUnit<T>>, IAssigner, IUnitDescriptor, IDescriptor
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
SelectUnitDescriptor(SelectUnit<T>)
Declaration
public SelectUnitDescriptor(SelectUnit<T> unit)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectUnit<T> | unit |
Methods
DefinedPort(IUnitPort, UnitPortDescription)
Declaration
protected override void DefinedPort(IUnitPort port, UnitPortDescription description)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitPort | port | |
| UnitPortDescription | description |
Overrides
GetLabelForOption(T)
Declaration
protected virtual string GetLabelForOption(T option)
Parameters
| Type | Name | Description |
|---|---|---|
| T | option |
Returns
| Type | Description |
|---|---|
| string |