CompositePrimitiveTranslucentPrimitivesSortOrder Property  | 
 
Gets or sets the sort order for translucent primitives in this composite.
This determines a trade-off between rendering speed and quality.  It
is only recommended to use
PrimitivesSortOrderBackToFront
when translucent primitives along the same line of sight cause blending artifacts.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PrimitivesSortOrder TranslucentPrimitivesSortOrder { get; set; }Public Property TranslucentPrimitivesSortOrder As PrimitivesSortOrder
	Get
	Set
public:
property PrimitivesSortOrder TranslucentPrimitivesSortOrder {
	PrimitivesSortOrder get ();
	void set (PrimitivesSortOrder value);
}member TranslucentPrimitivesSortOrder : PrimitivesSortOrder with get, set
Property Value
Type: 
PrimitivesSortOrder
See Also