Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
SegmentShape2D¶
Inherits: Shape2D < Resource < Reference < Object
Forma de segmento para colisiones 2D.
Descripción¶
Forma de segmento para colisiones 2D. Consiste en dos puntos, a
y b
.
Propiedades¶
|
||
|
Descripciones de Propiedades¶
Vector2 a
Default |
|
Setter |
set_a(value) |
Getter |
get_a() |
La posición del primer punto del segmento.
Vector2 b
Default |
|
Setter |
set_b(value) |
Getter |
get_b() |
La posición del segundo punto del segmento.