Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 2x 16x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x | 'use strict';
var DirectionLightApService$Wonderjs = require("../../../application_layer/scene/DirectionLightApService.bs.js");
function create(param) {
return DirectionLightApService$Wonderjs.create(undefined);
}
var getGameObject = DirectionLightApService$Wonderjs.getGameObject;
var getColor = DirectionLightApService$Wonderjs.getColor;
var setColor = DirectionLightApService$Wonderjs.setColor;
var getIntensity = DirectionLightApService$Wonderjs.getIntensity;
var setIntensity = DirectionLightApService$Wonderjs.setIntensity;
exports.create = create;
exports.getGameObject = getGameObject;
exports.getColor = getColor;
exports.setColor = setColor;
exports.getIntensity = getIntensity;
exports.setIntensity = setIntensity;
/* No side effect */
|