Class UsdVariabilityAttribute
Declares the variability of the UsdAttribute that will be generated.
Inherited Members
Namespace: USD.NET
Syntax
public class UsdVariabilityAttribute : Attribute, _Attribute
Remarks
Setting the value to Variability.Uniform indicates the UsdAttribute may not have time samples and can only hold a single value. By default, UsdAttributes will be declared as Varying unless writing to a schema that previously declared the attribute to be Uniform.
Constructors
UsdVariabilityAttribute(Variability)
Declaration
public UsdVariabilityAttribute(Variability variability)
Parameters
Type | Name | Description |
---|---|---|
Variability | variability |
Properties
SdfVariability
Declaration
public SdfVariability SdfVariability { get; }
Property Value
Type | Description |
---|---|
SdfVariability |