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.![]() | Defines a collection of colors, one for each marker in the batch. |
![]() | Defines a collection of boolean display flags, one for each marker in the batch. |
![]() | Defines a collection of eye offsets, one for each marker in the batch. |
![]() | Defines a collection of origins, one for each marker in the batch. |
![]() | Defines a collection of pixel offsets, one for each marker in the batch. |
![]() | Defines a collection of rotation angles in radians, one for each marker in the batch. |
![]() | Defines a collection of sizes, one for each marker in the batch. |
![]() | Defines a collection of texture coordinates, one for each marker in the batch. |
![]() | Defines a collection of textures, one for each marker in the batch. |
![]() | Defines a collection of TimeIntervalDisplayConditions, one for each marker in the batch. |