Click or drag to resize

PhysicsMaterialSetAbsorbent Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.PhysicsMaterial.SetAbsorbent(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAbsorbent is deprecated. Use the Absorbent property instead.")]
public void SetAbsorbent(
	bool absorbent
)

Parameters

absorbent
Type: SystemBoolean

[Missing <param name="absorbent"/> documentation for "M:Godot.PhysicsMaterial.SetAbsorbent(System.Boolean)"]

See Also