← Back to carmenta.com
Carmenta Engine SDK Documentation
×

PointVisualizer.Opacity Property

Gets or sets a value that specifies the opacity of the features.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public AttributeVariable< System.Double > Opacity { get; set; }

Property Value

Type: An attribute variable that returns a value of type System.Double.
Default: 1.0
An opacity value between 0.0 (completely transparent) and 1.0 (completely opaque).

Remarks

This property is used to make an object semi-transparent. The opacity value will be multiplied to the alpha value of the colors of the features drawn by this visualizer.

Note

Rendering semi-transparent objects in a 3D view requires more CPU and GPU resources than rendering opaque objects. If you render too many semi-transparent objects using this property, performance may suffer.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept