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