docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SerializedPropertyUtility

    Utility functionality for SerializedPropertyAdaptor implementations.

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

    Methods

    CopyPropertyValue(SerializedProperty, SerializedProperty)

    Copies value of sourceProperty into destProperty.

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)