Click or drag to resize

LineShape2DSetNormal Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.LineShape2D.SetNormal(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetNormal is deprecated. Use the Normal property instead.")]
public void SetNormal(
	Vector2 normal
)

Parameters

normal
Type: GodotVector2

[Missing <param name="normal"/> documentation for "M:Godot.LineShape2D.SetNormal(Godot.Vector2)"]

See Also