MCPcopy Create free account
hub / github.com/microsoft/SandDance / SunLight1

Function SunLight1

docs/app/js/sanddance-app.js:95708–95717  ·  view source on GitHub ↗
(_ref)

Source from the content-addressed store, hash-verified

95706 (0, _inheritsDefault.default)(SunLight1, _DirectionalLight);
95707 var _super = _createSuper(SunLight1);
95708 function SunLight1(_ref) {
95709 var _this;
95710 var timestamp = _ref.timestamp, others = (0, _objectWithoutPropertiesDefault.default)(_ref, [
95711 "timestamp"
95712 ]);
95713 (0, _classCallCheckDefault.default)(this, SunLight1);
95714 _this = _super.call(this, others);
95715 _this.timestamp = timestamp;
95716 return _this;
95717 }
95718 (0, _createClassDefault.default)(SunLight1, [
95719 {
95720 key: "getProjectedLight",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected