Class FuzzyWindow
Inherited Members
EditorWindow.GetWindow<T>()
EditorWindow.HasOpenInstances<T>()
EditorWindow.FocusWindowIfItsOpen<T>()
EditorWindow.GetWindowWithRect<T>(Rect)
EditorWindow.depthBufferBits
EditorWindow.antiAlias
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public sealed class FuzzyWindow : EditorWindow
Properties
defaultOptionStyle
Declaration
public static GUIStyle defaultOptionStyle { get; }
Property Value
Type | Description |
---|---|
GUIStyle |
instance
Declaration
[DoNotSerialize]
public static FuzzyWindow instance { get; }
Property Value
Type | Description |
---|---|
FuzzyWindow |
repaintDeltaTime
Declaration
public float repaintDeltaTime { get; }
Property Value
Type | Description |
---|---|
float |
Methods
ClearProgressBar()
Declaration
public static void ClearProgressBar()
DisplayProgressBar(float)
Declaration
public void DisplayProgressBar(float progress)
Parameters
Type | Name | Description |
---|---|---|
float | progress |
DisplayProgressBar(string, float)
Declaration
public void DisplayProgressBar(string text, float progress)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
float | progress |
Populate(FuzzyOptionNode, IEnumerable<object>, CancellationToken?)
Declaration
public void Populate(FuzzyOptionNode node, IEnumerable<object> childrenValues, CancellationToken? cancellation = null)
Parameters
Type | Name | Description |
---|---|---|
FuzzyOptionNode | node | |
IEnumerable<object> | childrenValues | |
CancellationToken? | cancellation |
Show(Rect, IFuzzyOptionTree, Action<IFuzzyOption>)
Declaration
public static void Show(Rect activatorPosition, IFuzzyOptionTree optionTree, Action<IFuzzyOption> callback)
Parameters
Type | Name | Description |
---|---|---|
Rect | activatorPosition | |
IFuzzyOptionTree | optionTree | |
Action<IFuzzyOption> | callback |