docs.unity3d.com
    Show / Hide Table of Contents

    Class SerializedPropertyUtility

    Inheritance
    Object
    SerializedPropertyUtility
    Namespace: Unity.VisualScripting
    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
    Int32

    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
    Boolean

    IsPropertyIndexer(String, out String, out Int32)

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

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023