MarkerBatchPrimitive Constructor |
Name | Description | |
---|---|---|
MarkerBatchPrimitive |
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.
| |
MarkerBatchPrimitive(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.
| |
MarkerBatchPrimitive(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.
| |
MarkerBatchPrimitive(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.
| |
MarkerBatchPrimitive(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.
| |
MarkerBatchPrimitive(MarkerBatchSizeSource, MarkerBatchSortOrder, SetHint, MarkerBatchRenderingMethod) |
Initializes a marker batch primitive with the specified arguments.
|