Click or drag to resize

SoftBodySetDragCoefficient Method

Note: This API is now obsolete.

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

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

Parameters

dragCoefficient
Type: SystemSingle

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

See Also