Search Results for

    Show / Hide Table of Contents

    Namespace FlaxEditor.GUI

    Classes

    ActorSearchPopup

    Popup that shows the list of actors to pick. Supports searching and basic type filtering.

    ActorSearchPopup.ActorItemView

    The actor item.

    ActorSearchPopup.IsValidDelegate

    Validates if the given actor item can be used to pick it.

    AssetSearchPopup

    Popup that shows the list of assets to pick. Supports searching and basic items filtering.

    AssetSearchPopup.AssetItemView

    The asset item.

    AssetSearchPopup.IsValidDelegate

    Validates if the given asset item can be used to pick it.

    BezierCurveEditor<T>

    The Bezier curve editor control.

    ContentSearchPopup

    Popup that shows the list of content items to pick. Supports searching and basic items filtering.

    ContentSearchPopup.ContentItemView

    The content item.

    ContentSearchPopup.IsValidDelegate

    Validates if the given content item can be used to pick it.

    CurveEditor<T>

    The generic curve editor control.

    CurveEditor<T>.ContentsBase

    The curve contents container control.

    CurveEditor<T>.KeyframePoint

    The single keyframe control.

    CurveEditor<T>.TangentPoint

    The single keyframe tangent control.

    EnumComboBox

    The custom combobox for enum editing. Supports some special cases for flag enums.

    EnumComboBox.BuildEntriesDelegate

    Custom extension delegate used to build enum element entries layout.

    EnumComboBox.Entry

    The enum entry.

    ItemsListContextMenu

    The custom context menu that shows a list of items and supports searching by name and query results highlighting.

    LinearCurveEditor<T>

    The linear curve editor control.

    MainMenu

    Menu strip with child buttons.

    NavigationBar

    A navigation bar control. Shows the current location path with UI buttons to navigate around.

    PlatformSelector

    Editor control that allows user to select a platform icon.

    PrefabDiffContextMenu

    The custom context menu that shows a tree of prefab diff items.

    RenamePopup

    Popup menu useful for renaming objects via UI. Displays text box for renaming.

    RenamePopup.ValidateDelegate

    Input value validation delegate.

    Row

    Single row control for Table.

    ScriptSearchPopup

    Popup that shows the list of scripts to pick. Supports searching and basic type filtering.

    ScriptSearchPopup.IsValidDelegate

    Validates if the given script item can be used to pick it.

    ScriptSearchPopup.ScriptItemView

    The script item.

    StatusBar

    Status strip GUI control.

    Table

    Table control with columns and rows.

    ToolStrip

    Tool strip with child items.

    ToolStripSeparator

    Toolstrip separator control.

    TypeSearchPopup

    Popup that shows the list of types to pick. Supports searching and basic type filtering.

    TypeSearchPopup.IsValidDelegate

    Validates if the given actor item can be used to pick it.

    TypeSearchPopup.TypeItemView

    The type item.

    Interfaces

    CurveEditor<T>.IAllKeyframesProxy

    Interface for keyframes editing proxy objects.

    CurveEditor<T>.IKeyframeAccess<U>

    The generic keyframe value accessor object for curve editor.

    IKeyframesEditorContext

    Interface for context for collection of FlaxEditor.GUI.IKeyframesEditor.

    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat