SystemAttribute Description sealed class Tinman.Gpu.Semantic.SystemAttribute Derived from Attribute abstract Associates a system value semantic with the annotated field. Public / Constructors SystemAttribute 2 overloads public constructor SystemAttribute1 → (1) semantic in : Value See Semantic. Creates a new instance of System. The semantic Index will be zero. public constructor SystemAttribute2 → (2) semantic in : Value See Semantic. index in : int32 The semantic Index. Creates a new instance of System. Public / Attributes Index public readonly attribute Index → (int32) The value index. Semantic public readonly attribute Semantic → (Value) The system value semantic. StageInOutAttribute TangentAttribute