TangentAttribute Description sealed class Tinman.Gpu.Semantic.TangentAttribute Derived from Attribute abstract Associates the TANGENT[n] semantic with the annotated field. See also VertexElementUsage.Tangent Public / Constructors TangentAttribute 2 overloads public constructor TangentAttribute1 → () Creates a new instance of Tangent. The semantic Index will be zero. public constructor TangentAttribute2 → (1) index in : int32 The semantic Index. Will be clamped to [0..63]. Creates a new instance of Tangent. Public / Attributes Index public readonly attribute Index → (int32) The zero-based semantic index. SystemAttribute TessellatePatchShaderAttribute