LineShape2D

Inherits: Shape2D < Resource < Reference < Object

Category: Core

Brief Description

Line shape for 2D collisions.

Properties

float d
Vector2 normal

Description

Line shape for 2D collisions. It works like a 2D plane and will not allow any body to go to the negative side. Not recommended for rigid bodies, and usually not recommended for static bodies either because it forces checks against it on every frame.

Property Descriptions

Setter set_d(value)
Getter get_d()

The line’s distance from the origin.


Setter set_normal(value)
Getter get_normal()

The line’s normal.