Click or drag to resize

SpatialMaterialSetSubsurfaceScatteringStrength Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpatialMaterial.SetSubsurfaceScatteringStrength(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSubsurfaceScatteringStrength is deprecated. Use the SubsurfScatterStrength property instead.")]
public void SetSubsurfaceScatteringStrength(
	float strength
)

Parameters

strength
Type: SystemSingle

[Missing <param name="strength"/> documentation for "M:Godot.SpatialMaterial.SetSubsurfaceScatteringStrength(System.Single)"]

See Also