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