Class DocumentedOption<T>
Inheritance
DocumentedOption<T>
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public abstract class DocumentedOption<T> : FuzzyOption<T>, IFuzzyOption
Type Parameters
Properties
documentation
Declaration
public XmlDocumentationTags documentation { get; protected set; }
Property Value
Declaration
public override bool hasFooter { get; }
Property Value
Overrides
showType
Declaration
public bool showType { get; protected set; }
Property Value
zoom
Declaration
public bool zoom { get; protected set; }
Property Value
Methods
Declaration
public override float GetFooterHeight(float width)
Parameters
Type |
Name |
Description |
float |
width |
|
Returns
Overrides
Declaration
public override void OnFooterGUI(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
Overrides
Implements
Extension Methods