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.2.419.0 (24.2.419.0)
Syntax public Texture2D Texture { get; set; }
Public Property Texture As Texture2D
Get
Set
public:
property Texture2D^ Texture {
Texture2D^ get ();
void set (Texture2D^ value);
}
member Texture : Texture2D with get, set
Property Value
Type:
Texture2DRemarks
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