Click or drag to resize

SpatialMaterialDistanceFadeMaxDistance Property

Distance at which the object appears fully opaque.

Note: If distance_fade_max_distance is less than distance_fade_min_distance, the behavior will be reversed. The object will start to fade away at distance_fade_max_distance and will fully disappear once it reaches distance_fade_min_distance.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float DistanceFadeMaxDistance { get; set; }

Property Value

Type: Single
See Also