Procs
proc getResultCount*(self: Physics2DShapeQueryResult): int64 {.
gcsafe, locks: 0.}proc getResultRid*(self: Physics2DShapeQueryResult; idx: int64): RID {.
gcsafe, locks: 0.}proc getResultObjectId*(self: Physics2DShapeQueryResult; idx: int64): int64 {.
gcsafe, locks: 0.}proc getResultObject*(self: Physics2DShapeQueryResult; idx: int64): Object {.
gcsafe, locks: 0.}proc getResultObjectShape*(self: Physics2DShapeQueryResult; idx: int64): int64 {.
gcsafe, locks: 0.}