Module physics_shape_query_parameters

Procs

proc setShape*(self: PhysicsShapeQueryParameters; shape: Shape) {.
gcsafe, locks: 0
.}
proc setShapeRid*(self: PhysicsShapeQueryParameters; shape: RID) {.
gcsafe, locks: 0
.}
proc getShapeRid*(self: PhysicsShapeQueryParameters): RID {.
gcsafe, locks: 0
.}
proc setTransform*(self: PhysicsShapeQueryParameters; transform: Transform) {.
gcsafe, locks: 0
.}
proc getTransform*(self: PhysicsShapeQueryParameters): Transform {.
gcsafe, locks: 0
.}
proc setMargin*(self: PhysicsShapeQueryParameters; margin: float64) {.
gcsafe, locks: 0
.}
proc getMargin*(self: PhysicsShapeQueryParameters): float64 {.
gcsafe, locks: 0
.}
proc setCollisionLayer*(self: PhysicsShapeQueryParameters; collisionLayer: int64) {.
gcsafe, locks: 0
.}
proc getCollisionLayer*(self: PhysicsShapeQueryParameters): int64 {.
gcsafe, locks: 0
.}
proc setObjectTypeMask*(self: PhysicsShapeQueryParameters; objectTypeMask: int64) {.
gcsafe, locks: 0
.}
proc getObjectTypeMask*(self: PhysicsShapeQueryParameters): int64 {.
gcsafe, locks: 0
.}
proc setExclude*(self: PhysicsShapeQueryParameters; exclude: Array) {.
gcsafe, locks: 0
.}
proc getExclude*(self: PhysicsShapeQueryParameters): Array {.
gcsafe, locks: 0
.}