proc shape(self: CollisionShape): Shape {.gcsafe, locks: 0, raises: [Exception],
tags: [RootEffect]
.}
-
proc shape=(self: CollisionShape; val: Shape) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc disabled(self: CollisionShape): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc disabled=(self: CollisionShape; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc resourceChanged(self: CollisionShape; resource: Resource) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc makeConvexFromBrothers(self: CollisionShape) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-