docs.unity3d.com
    目次を表示する/隠す

    Class ReorderableListHelper

    Helper class to manage ReorderableList appearance in the editor.

    Inheritance
    Object
    ReorderableListHelper
    Namespace: UnityEditor.Animations.Rigging
    Syntax
    public static class ReorderableListHelper

    Methods

    Create(SerializedObject, SerializedProperty, Boolean, Boolean)

    Creates a ReorderableList using a SerializedProperty array as source.

    Declaration
    public static ReorderableList Create(SerializedObject obj, SerializedProperty property, bool draggable = true, bool displayHeader = false)
    Parameters
    Type Name Description
    SerializedObject obj

    SerializedObject owning the SerializedProperty.

    SerializedProperty property

    SerializedProperty array.

    Boolean draggable

    Toggles whether an object is draggable in the list. True when an object is draggable, false otherwise.

    Boolean displayHeader

    Displays the ReorderableList header.

    Returns
    Type Description
    UnityEditorInternal.ReorderableList

    Returns a new ReorderableList.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)