Search Results for

    Show / Hide Table of Contents

    Class LocalizedStringEditor

    Default implementation of the inspector used to edit localized string properties.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    GenericEditor
    LocalizedStringEditor
    Inherited Members
    GenericEditor.GetItemsForType(ScriptType)
    GenericEditor.GetItemsForType(ScriptType, Boolean, Boolean, Boolean)
    GenericEditor.EvaluateVisibleIf(LayoutElementsContainer, GenericEditor.ItemInfo, Int32)
    GenericEditor.GetLabelIndex(LayoutElementsContainer, GenericEditor.ItemInfo)
    GenericEditor.SpawnProperty(LayoutElementsContainer, ValueContainer, GenericEditor.ItemInfo)
    GenericEditor.Refresh()
    Namespace: FlaxEditor.CustomEditors.Editors
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [CustomEditor]
    [DefaultEditor]
    public sealed class LocalizedStringEditor : GenericEditor

    Constructors

    LocalizedStringEditor()

    Declaration
    public LocalizedStringEditor()

    Properties

    Style

    Declaration
    public override DisplayStyle Style { get; }
    Property Value
    FlaxEditor.CustomEditors.DisplayStyle

    Overrides
    FlaxEditor.CustomEditors.CustomEditor.Style

    Methods

    Deinitialize()

    Declaration
    protected override void Deinitialize()
    Overrides
    GenericEditor.Deinitialize()

    Initialize(LayoutElementsContainer)

    Declaration
    public override void Initialize(LayoutElementsContainer layout)
    Parameters
    FlaxEditor.CustomEditors.LayoutElementsContainer layout

    Overrides
    GenericEditor.Initialize(LayoutElementsContainer)

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat