docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Read

    Read<T>(string, T)

    Declaration
    public void Read<T>(string path, T sample) where T : SampleBase
    Parameters
    Type Name Description
    string path
    T sample
    Type Parameters
    Name Description
    T

    Read<T>(SdfPath, T)

    Declaration
    public void Read<T>(SdfPath path, T sample) where T : SampleBase
    Parameters
    Type Name Description
    SdfPath path
    T sample
    Type Parameters
    Name Description
    T

    Read<T>(string, FieldInfo, ref T)

    Declaration
    public void Read<T>(string path, FieldInfo fieldInfo, ref T memberValue)
    Parameters
    Type Name Description
    string path
    FieldInfo fieldInfo
    T memberValue
    Type Parameters
    Name Description
    T

    Read<T>(SdfPath, FieldInfo, ref T)

    Declaration
    public void Read<T>(SdfPath path, FieldInfo fieldInfo, ref T memberValue)
    Parameters
    Type Name Description
    SdfPath path
    FieldInfo fieldInfo
    T memberValue
    Type Parameters
    Name Description
    T

    Read<T>(string, PropertyInfo, ref T)

    Declaration
    public void Read<T>(string path, PropertyInfo fieldInfo, ref T memberValue)
    Parameters
    Type Name Description
    string path
    PropertyInfo fieldInfo
    T memberValue
    Type Parameters
    Name Description
    T

    Read<T>(SdfPath, PropertyInfo, ref T)

    Declaration
    public void Read<T>(SdfPath path, PropertyInfo propInfo, ref T memberValue)
    Parameters
    Type Name Description
    SdfPath path
    PropertyInfo propInfo
    T memberValue
    Type Parameters
    Name Description
    T
    In This Article
    Back to top
    Copyright © 2023 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)