Click or drag to resize

MarkerBatchPrimitiveTexture Property

Gets or sets the per-batch texture, which is applied to each marker in the batch.

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

Property Value

Type: Texture2D
Remarks

When no per-batch or per-marker texture is used, no texture is applied and only the per-batch or per-marker color is used.

If per-marker textures were specified with MarkerBatchPrimitiveOptionalParameters.SetTextures, the per-batch texture is ignored.

See Also