Click or drag to resize

SoftBodySetPressureCoefficient Method

Note: This API is now obsolete.

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

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

Parameters

pressureCoefficient
Type: SystemSingle

[Missing <param name="pressureCoefficient"/> documentation for "M:Godot.SoftBody.SetPressureCoefficient(System.Single)"]

See Also