proc getResultCount(self: Physics2DShapeQueryResult): int64 {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc getResultRid(self: Physics2DShapeQueryResult; idx: int64): RID {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc getResultObjectId(self: Physics2DShapeQueryResult; idx: int64): int64 {.gcsafe,
locks: 0, raises: [], tags: []
.}
-
proc getResultObject(self: Physics2DShapeQueryResult; idx: int64): Object {.gcsafe,
locks: 0, raises: [Exception], tags: [RootEffect]
.}
-
proc getResultObjectShape(self: Physics2DShapeQueryResult; idx: int64): int64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
-