proc spotRange(self: SpotLight): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc spotRange=(self: SpotLight; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc spotAttenuation(self: SpotLight): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc spotAttenuation=(self: SpotLight; val: float64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc spotAngle(self: SpotLight): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc spotAngle=(self: SpotLight; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc spotAngleAttenuation(self: SpotLight): float64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc spotAngleAttenuation=(self: SpotLight; val: float64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-