Search Results for

    Show / Hide Table of Contents

    Class ActorEditor

    Dedicated custom editor for Actor objects.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    GenericEditor
    ScriptingObjectEditor
    ActorEditor
    AnimatedModelEditor
    AudioSourceEditor
    EnvironmentProbeEditor
    ParticleEffectEditor
    RagdollEditor
    RigidBodyEditor
    SceneAnimationPlayerEditor
    SkyLightEditor
    SplineEditor
    TerrainEditor
    VideoPlayerEditor
    BoxColliderEditor
    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.Refresh()
    Namespace: FlaxEditor.CustomEditors.Dedicated
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [CustomEditor]
    [DefaultEditor]
    public class ActorEditor : ScriptingObjectEditor

    Constructors

    ActorEditor()

    Declaration
    public ActorEditor()

    Methods

    Deinitialize()

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

    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)

    Initialize(LayoutElementsContainer)

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

    Overrides
    ScriptingObjectEditor.Initialize(LayoutElementsContainer)

    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