SensorFieldOfViewVisualizerTEntityTranslucency Property |
Gets or sets the translucency of the sensor volume, where 0.0 is completely clear and 1.0 is
completely opaque. This property is equivalent to setting the alpha component of the
VolumeColor property.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SingleSee Also