godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ConcavePolygonShape2D.segments
godot
concavepolygonshape2d
ConcavePolygonShape2D
The array of points that make up the
ConcavePolygonShape2D
's line segments.
PoolVector2Array
segments
[@property getter]
PoolVector2Array
segments
[@property setter]
struct
ConcavePolygonShape2D
@
nogc
nothrow @
property
void
segments
(
PoolVector2Array
v
)
Meta
Source
See Implementation
godot
concavepolygonshape2d
ConcavePolygonShape2D
aliases
BaseClasses
functions
getSegments
opAssign
opEquals
setSegments
properties
segments
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
The array of points that make up the ConcavePolygonShape2D's line segments.