Click or drag to resize

MarkerBatchPrimitive Constructor

Overload List
  NameDescription
Public methodMarkerBatchPrimitive
Initializes a default marker batch primitive. This is equivalent to constructing a marker batch with a MarkerBatchSizeSource of FromTexture, a MarkerBatchSortOrder of ByTexture, a SetHint of Frequent, and a MarkerBatchRenderingMethod of Automatic.
Public methodMarkerBatchPrimitive(MarkerBatchSizeSource)
Initializes a marker batch primitive with the specified sizeSource. This is equivalent to constructing a marker batch with the specified sizeSource, a MarkerBatchSortOrder of ByTexture, a SetHint of Frequent, and a MarkerBatchRenderingMethod of Automatic.
Public methodMarkerBatchPrimitive(SetHint)
Initializes a marker batch primitive with the specified setHint. This is equivalent to constructing a marker batch with a MarkerBatchSizeSource of FromTexture, a MarkerBatchSortOrder of ByTexture, the specified setHint, and a MarkerBatchRenderingMethod of Automatic.
Public methodMarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder)
Initializes a marker batch primitive with the specified sizeSource and sortOrder. This is equivalent to constructing a marker batch with the specified sizeSource, the specified sortOrder, a SetHint of Frequent, and a MarkerBatchRenderingMethod of Automatic.
Public methodMarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder, SetHint)
Initializes a marker batch primitive with the specified sizeSource, sortOrder, and setHint. This is equivalent to constructing a marker batch with the specified arguments and a MarkerBatchRenderingMethod of Automatic.
Public methodMarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder, SetHint, MarkerBatchRenderingMethod)
Initializes a marker batch primitive with the specified arguments.
Top
See Also