Class NesterUnitOption<TNesterUnit>
Inheritance
NesterUnitOption<TNesterUnit>
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
[FuzzyOption(typeof(INesterUnit))]
public class NesterUnitOption<TNesterUnit> : UnitOption<TNesterUnit>, IUnitOption, IFuzzyOption where TNesterUnit : INesterUnit
Type Parameters
Name |
Description |
TNesterUnit |
|
Constructors
NesterUnitOption()
Declaration
public NesterUnitOption()
NesterUnitOption(TNesterUnit)
Declaration
public NesterUnitOption(TNesterUnit unit)
Parameters
Type |
Name |
Description |
TNesterUnit |
unit |
|
Properties
favoritable
Declaration
public override bool favoritable { get; }
Property Value
Overrides
Declaration
public override string formerHaystack { get; }
Property Value
Overrides
Methods
Label(bool)
Declaration
protected override string Label(bool human)
Parameters
Type |
Name |
Description |
bool |
human |
|
Returns
Overrides
Implements
Extension Methods