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>> |