Click or drag to resize

SpatialMaterialSetRefraction Method

Note: This API is now obsolete.

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

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

Parameters

refraction
Type: SystemSingle

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

See Also