godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Physics2DShapeQueryResult.getResultObject
godot
physics2dshapequeryresult
Physics2DShapeQueryResult
Returns the
GodotObject
that intersected with the shape at index
idx
.
struct
Physics2DShapeQueryResult
@
nogc
nothrow const
GodotObject
getResultObject
(
in
long
idx
)
Meta
Source
See Implementation
godot
physics2dshapequeryresult
Physics2DShapeQueryResult
aliases
BaseClasses
functions
getResultCount
getResultObject
getResultObjectId
getResultObjectShape
getResultRid
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the GodotObject that intersected with the shape at index idx.