Class FuzzyOption<T>
Inheritance
FuzzyOption<T>
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public abstract class FuzzyOption<T> : IFuzzyOption
Type Parameters
Properties
Declaration
public virtual bool hasFooter { get; protected set; }
Property Value
Declaration
public virtual string headerLabel { get; }
Property Value
icon
Declaration
public EditorTexture icon { get; protected set; }
Property Value
label
Declaration
public string label { get; protected set; }
Property Value
parentOnly
Declaration
public bool parentOnly { get; protected set; }
Property Value
Declaration
public bool showHeaderIcon { get; protected set; }
Property Value
style
Declaration
public GUIStyle style { get; protected set; }
Property Value
value
Declaration
public T value { get; protected set; }
Property Value
Methods
Declaration
public virtual float GetFooterHeight(float width)
Parameters
Type |
Name |
Description |
float |
width |
|
Returns
Declaration
public virtual void OnFooterGUI(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
OnPopulate()
Declaration
public virtual void OnPopulate()
Implements
Extension Methods