Click or drag to resize

SegmentShape2DGetB Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SegmentShape2D.GetB"]

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.SegmentShape2D.GetB"]

See Also