SpotLightHelper¶
-
class
pythreejs.SpotLightHelper(light=None, color="#ffffff")[source]¶ SpotLightHelper
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/helpers/SpotLightHelper
Inherits
Object3D.Three.js docs: https://threejs.org/docs/#api/helpers/SpotLightHelper
-
light¶ Instance(SpotLight, allow_none=True).tag(sync=True, **widget_serialization)
-
color¶ Color("#ffffff", allow_none=True).tag(sync=True)
-
type¶ Unicode("SpotLightHelper", allow_none=False).tag(sync=True)
-
color = Color('#ffffff') a valid HTML color
-
light = Instance() a SpotLight or None
-
type = Unicode('SpotLightHelper') a unicode string
-