SpatialMaterialFeature Enumeration |
[Missing <summary> documentation for "T:Godot.SpatialMaterial.Feature"]
Namespace: Godot
public enum Feature
Member name | Value | Description | |
---|---|---|---|
Transparent | 0 | Constant for setting FlagsTransparent. | |
Emission | 1 | Constant for setting EmissionEnabled. | |
NormalMapping | 2 | Constant for setting NormalEnabled. | |
Rim | 3 | Constant for setting RimEnabled. | |
Clearcoat | 4 | Constant for setting ClearcoatEnabled. | |
Anisotropy | 5 | Constant for setting AnisotropyEnabled. | |
AmbientOcclusion | 6 | Constant for setting AoEnabled. | |
DepthMapping | 7 | Constant for setting DepthEnabled. | |
SubsuraceScattering | 8 | Constant for setting SubsurfScatterEnabled. | |
Transmission | 9 | Constant for setting TransmissionEnabled. | |
Refraction | 10 | Constant for setting RefractionEnabled. | |
Detail | 11 | Constant for setting DetailEnabled. | |
Max | 12 | Represents the size of the SpatialMaterialFeature enum. |