Class FusedDisplayColorAttribute
Fused displayColor and displayOpacity.
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
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()