proc width(self: CSGBox): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc width=(self: CSGBox; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc height(self: CSGBox): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc height=(self: CSGBox; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc depth(self: CSGBox): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc depth=(self: CSGBox; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc material(self: CSGBox): Material {.gcsafe, locks: 0, raises: [Exception],
tags: [RootEffect]
.}
-
proc material=(self: CSGBox; val: Material) {.gcsafe, locks: 0, raises: [], tags: []
.}
-