Class SerializedPropertyExtensions | Addressables | 1.4.0
docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedPropertyExtensions

    Inheritance
    Object
    SerializedPropertyExtensions
    Namespace: UnityEditor.AddressableAssets.GUI
    Syntax
    public static class SerializedPropertyExtensions

    Methods

    GetActualObjectForSerializedProperty<T>(SerializedProperty, FieldInfo, ref String)

    Declaration
    public static T GetActualObjectForSerializedProperty<T>(this SerializedProperty property, FieldInfo field, ref string label)
    Parameters
    Type Name Description
    SerializedProperty property
    FieldInfo field
    String label
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX