Click or drag to resize

CollisionShape2DSetShape Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CollisionShape2D.SetShape(Godot.Shape2D)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShape is deprecated. Use the Shape property instead.")]
public void SetShape(
	Shape2D shape
)

Parameters

shape
Type: GodotShape2D

[Missing <param name="shape"/> documentation for "M:Godot.CollisionShape2D.SetShape(Godot.Shape2D)"]

See Also