docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedPropertyUtility

    Utility functionality for SerializedPropertyAdaptor implementations.

    Inheritance
    Object
    SerializedPropertyUtility
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.VisualScripting.ReorderableList.Internal
    Syntax
    public static class SerializedPropertyUtility

    Methods

    CopyPropertyValue(SerializedProperty, SerializedProperty)

    Copies value of sourceProperty into .

    Declaration
    public static void CopyPropertyValue(SerializedProperty destProperty, SerializedProperty sourceProperty)
    Parameters
    Type Name Description
    SerializedProperty destProperty

    Destination property.

    SerializedProperty sourceProperty

    Source property.

    ResetValue(SerializedProperty)

    Reset the value of a property.

    Declaration
    public static void ResetValue(SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property

    Serialized property for a serialized property.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 24, 2023