docs.unity.cn
    Show / Hide Table of Contents

    Interface IArbitraryPrimvars

    This allows to add arbitrary primvars to a sample

    Namespace: USD.NET
    Syntax
    public interface IArbitraryPrimvars

    Methods

    AddPrimvars(List<String>)

    Declaration
    void AddPrimvars(List<string> primvars)
    Parameters
    Type Name Description
    List<String> primvars

    GetArbitraryPrimvars()

    Declaration
    Dictionary<string, Primvar<object>> GetArbitraryPrimvars()
    Returns
    Type Description
    Dictionary<String, Primvar<Object>>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023