SegmentShape2D

Inherits: Shape2D < Resource < Reference < Object

Category: Core

Brief Description

Segment shape for 2D collisions.

Properties

Vector2 a
Vector2 b

Description

Segment shape for 2D collisions. Consists of two points, a and b.

Property Descriptions

Setter set_a(value)
Getter get_a()

The segment’s first point position.


Setter set_b(value)
Getter get_b()

The segment’s second point position.