Struct ElementBufferInfo
[Obsolete("Use the new ElementBuffeEx record instead.")]
public readonly record struct ElementBufferInfo : IEquatable<ElementBufferInfo>
- Implements
- Inherited Members
Constructors
ElementBufferInfo(ElementBufferType, int)
public ElementBufferInfo(ElementBufferType Type, int Offset)
Parameters
Type
ElementBufferTypeOffset
int
Properties
Offset
public int Offset { get; init; }
Property Value
Type
public ElementBufferType Type { get; init; }