docs.unity3d.com
    目次を表示する/隠す

    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
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)