TriangleMeshPrimitiveUseCustomBlendingParameters Property |
Gets or set the boolean that defines if custom blending parameters will be used or if it will
use the blending parameters set by the particular rendering pass.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseCustomBlendingParameters { get; set; }
Public Property UseCustomBlendingParameters As Boolean
Get
Set
public:
property bool UseCustomBlendingParameters {
bool get ();
void set (bool value);
}
member UseCustomBlendingParameters : bool with get, set
Property Value
Type:
BooleanSee Also