Optional per-marker parameters for Marker
Batch Primitive that overrides the marker batch's per-batch
parameters. Define per-marker parameters by creating an instance of
MarkerBatchPrimitiveOptionalParameters
, then calling
the desired methods to define per-marker parameters, and finally
passing the object to the marker batch's Set
or
SetPartial
method.SetColors | Defines a collection of colors, one for each marker in the batch. |
SetDisplays | Defines a collection of boolean display flags, one for each marker in the batch. |
SetEyeOffsets | Defines a collection of eye offsets, one for each marker in the batch. |
SetOrigins | Defines a collection of origins, one for each marker in the batch. |
SetPixelOffsets | Defines a collection of pixel offsets, one for each marker in the batch. |
SetRotations | Defines a collection of rotation angles in radians, one for each marker in the batch. |
SetSizes | Defines a collection of sizes, one for each marker in the batch. |
SetTextureCoordinates | Defines a collection of texture coordinates, one for each marker in the batch. |
SetTextures | Defines a collection of textures, one for each marker in the batch. |
SetTimeIntervalDisplayConditions | Defines a collection of TimeIntervalDisplayConditions, one for each marker in the batch. |