Module box_shape

Search:
Group by:

Procs

proc extents*(self: BoxShape): Vector3 {.
gcsafe, locks: 0
.}
proc `extents =`*(self: BoxShape; val: Vector3) {.
gcsafe, locks: 0
.}