Click or drag to resize

SpatialMaterialFlagsNoDepthTest Property

If true, depth testing is disabled and the object will be drawn in render order.

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

Property Value

Type: Boolean
See Also