Class FusedDisplayColorAttribute
Fused displayColor and displayOpacity.
Namespace: USD.NET
Syntax
public class FusedDisplayColorAttribute : Attribute, _Attribute
Remarks
This special case is entirely for performance. The cost of iterating over display color and opacity in C# to fuse them back into a single vector is too great, this avoids that cost.
Constructors
FusedDisplayColorAttribute()
Declaration
public FusedDisplayColorAttribute()