ModelPrimitiveTranslucency Property |
Gets or sets the primitive's translucency. The model primitive only
supports a translucency of 0.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic override float Translucency { get; set; }Public Overrides Property Translucency As Single
Get
Set
public:
virtual property float Translucency {
float get () override;
void set (float value) override;
}abstract Translucency : float32 with get, set
override Translucency : float32 with get, set
Property Value
Type:
Single
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Translucency must be 0 for the model primitive.
|
See Also