Interface IElementsBufferModel<T>
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public interface IElementsBufferModel<T> : IElementsBufferModel, IVertexExtraBufferModel, IGUID, IDisposable
Type Parameters
T
- Inherited Members
Properties
Elements
Gets or sets the elements.
IList<T>? Elements { get; set; }
Property Value
- IList<T>
The elements.