Click or drag to resize

PhysicalBoneSetBounce Method

Note: This API is now obsolete.

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

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

Parameters

bounce
Type: SystemSingle

[Missing <param name="bounce"/> documentation for "M:Godot.PhysicalBone.SetBounce(System.Single)"]

See Also