docs.unity.cn
    Show / Hide Table of Contents

    Class FieldArray<T>

    FieldArray, represents an array field type. Implements the FieldType

    Inheritance
    Object
    FieldType
    FieldArray<T>
    Inherited Members
    FieldType.kLiveUpdatePeriodMs
    FieldType._visual
    FieldType._scheduledItem
    FieldType.Editor
    FieldType.SetPortView(PortView)
    FieldType.GetPortView()
    FieldType.SynchronizePortValue()
    FieldType.BindVisual(VisualElement[])
    FieldType.PortValueChange()
    Namespace: Mechatronics.SystemGraph
    Syntax
    [Serializable]
    public class FieldArray<T> : FieldType
    Type Parameters
    Name Description
    T

    Constructors

    FieldArray(INodeEditor, Object)

    Initializes a new instance of the FieldArray<T> class.

    Declaration
    public FieldArray(INodeEditor editor, object inData = null)
    Parameters
    Type Name Description
    INodeEditor editor

    The editor.

    Object inData

    The data binding.

    Properties

    PortList

    Gets the port list.

    Declaration
    public IList<T> PortList { get; }
    Property Value
    Type Description
    IList<T>

    The port list.

    See Also

    FieldType
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use