Class Primvar<T>
Represents a PrimVar in USD. Since primvars have associated metadata which is often required
for I/O, this class enables reading that data in a consistent way. It is implicit that any
Primvar object will be in the namespace "primvars".
Syntax
public class Primvar<T> : PrimvarBase, ValueAccessor
Type Parameters
Constructors
Primvar()
Declaration
Fields
value
Declaration
Field Value
Properties
IsArray
Declaration
public bool IsArray { get; }
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
GetValue()
Declaration
Returns
Implements
GetValueType()
Declaration
public Type GetValueType()
Returns
Implements
SetValue(Object)
Declaration
public void SetValue(object o)
Parameters
Type |
Name |
Description |
Object |
o |
|
Implements