Search Results for

    Show / Hide Table of Contents

    Class FontReferenceEditor

    Custom editor for FontReference.

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

    Constructors

    FontReferenceEditor()

    Declaration
    public FontReferenceEditor()

    Methods

    GetItemsForType(ScriptType)

    Gets the items for the type

    Declaration
    protected override List<GenericEditor.ItemInfo> GetItemsForType(ScriptType type)
    Parameters
    FlaxEditor.Scripting.ScriptType type

    The type.

    Returns
    System.Collections.Generic.List<GenericEditor.ItemInfo>

    The items.

    Overrides
    GenericEditor.GetItemsForType(ScriptType)

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

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