Module collision_shape_2d

Procs

proc shape(self: CollisionShape2D): Shape2D {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc shape=(self: CollisionShape2D; val: Shape2D) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc disabled(self: CollisionShape2D): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc disabled=(self: CollisionShape2D; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc oneWayCollision(self: CollisionShape2D): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc oneWayCollision=(self: CollisionShape2D; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method shapeChanged(self: CollisionShape2D) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}