Click or drag to resize

GeometryInstanceMaterialOverride Property

The material override for the whole geometry.

If a material is assigned to this property, it will be used instead of any material set in any material slot of the mesh.

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

Property Value

Type: Material
See Also