Procs
proc shape*(self: CollisionShape): Shape {.
gcsafe, locks: 0.}proc `shape =`*(self: CollisionShape; val: Shape) {.
gcsafe, locks: 0.}proc disabled*(self: CollisionShape): bool {.
gcsafe, locks: 0.}proc `disabled =`*(self: CollisionShape; val: bool) {.
gcsafe, locks: 0.}proc resourceChanged*(self: CollisionShape; resource: Resource) {.
gcsafe, locks: 0.}proc makeConvexFromBrothers*(self: CollisionShape) {.
gcsafe, locks: 0.}