defaultVertexLayout property

  1. @protected
VertexLayoutDescriptor? get defaultVertexLayout

The layout this geometry kind uses when the caller supplies none. Subclasses that describe their vertices override this.

Implementation

@protected
VertexLayoutDescriptor? get defaultVertexLayout => null;