Click or drag to resize

MarkerBatchPrimitiveRenderPass Property

Gets or sets the pass during which the marker batch is rendered.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MarkerBatchRenderPass RenderPass { get; set; }

Property Value

Type: MarkerBatchRenderPass
Exceptions
ExceptionCondition
UnsupportedCaseExceptionRenderPass must be a valid value in MarkerBatchRenderPass.
See Also