Class ExposeOption
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
[FuzzyOption(typeof(Expose))]
public class ExposeOption : UnitOption<Expose>, IUnitOption, IFuzzyOption
Constructors
ExposeOption()
Declaration
ExposeOption(Expose)
Declaration
public ExposeOption(Expose unit)
Parameters
Type |
Name |
Description |
Expose |
unit |
|
Properties
exposedType
Declaration
public Type exposedType { get; }
Property Value
Methods
Deserialize(UnitOptionRow)
Declaration
public override void Deserialize(UnitOptionRow row)
Parameters
Overrides
FavoriteKey()
Declaration
protected override string FavoriteKey()
Returns
Overrides
FillFromUnit()
Declaration
protected override void FillFromUnit()
Overrides
Label(bool)
Declaration
protected override string Label(bool human)
Parameters
Type |
Name |
Description |
bool |
human |
|
Returns
Overrides
Serialize()
Declaration
public override UnitOptionRow Serialize()
Returns
Overrides
Declaration
protected override bool ShowValueOutputsInFooter()
Returns
Overrides
Implements
Extension Methods