docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SerializedPropertyUtility

    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
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    public static class SerializedPropertyUtility

    Methods

    CreateTemporaryProperty(Type)

    Declaration
    public static SerializedProperty CreateTemporaryProperty(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    SerializedProperty

    DestroyTemporaryProperty(SerializedProperty)

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

    FindPropertyOrFail(SerializedObject, string)

    Declaration
    public static SerializedProperty FindPropertyOrFail(this SerializedObject serializedObject, string path)
    Parameters
    Type Name Description
    SerializedObject serializedObject
    string path
    Returns
    Type Description
    SerializedProperty

    FindPropertyRelativeOrFail(SerializedProperty, string)

    Declaration
    public static SerializedProperty FindPropertyRelativeOrFail(this SerializedProperty property, string path)
    Parameters
    Type Name Description
    SerializedProperty property
    string path
    Returns
    Type Description
    SerializedProperty

    FixedPropertyPath(SerializedProperty)

    Declaration
    public static string FixedPropertyPath(this SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    string

    GetPropertyHash(SerializedProperty)

    Declaration
    public static int GetPropertyHash(SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    int

    GetUnderlyingField(SerializedProperty)

    Declaration
    public static FieldInfo GetUnderlyingField(this SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    FieldInfo

    GetUnderlyingType(SerializedProperty)

    Declaration
    public static Type GetUnderlyingType(this SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    Type

    GetUnderlyingValue(SerializedProperty)

    Declaration
    public static object GetUnderlyingValue(this SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    object

    HasCustomDrawer(Type)

    Declaration
    public static bool HasCustomDrawer(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    bool

    IsPropertyIndexer(string, out string, out int)

    Declaration
    public static bool IsPropertyIndexer(string propertyPart, out string fieldName, out int index)
    Parameters
    Type Name Description
    string propertyPart
    string fieldName
    int index
    Returns
    Type Description
    bool

    PropertyPathParts(SerializedProperty)

    Declaration
    public static string[] PropertyPathParts(this SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    string[]

    SetUnderlyingValue(SerializedProperty, object)

    Declaration
    public static void SetUnderlyingValue(this SerializedProperty property, object value)
    Parameters
    Type Name Description
    SerializedProperty property
    object value
    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)