boda_jsEnv/bodaEnv/env/SVGFESpotLightElement.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

98 lines
3.8 KiB
JavaScript

// SVGFESpotLightElement对象
bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"] = function SVGFESpotLightElement() {
let arg = arguments[0];
if (arg != 'bobo') {
bodaEnv.toolsFunc.console_copy('SVGFESpotLightElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
if (v == window) {
return 'window';
} else {
return v;
}
}));
}
;
};
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"], "SVGFESpotLightElement");
bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "x", {
configurable: true,
enumerable: true,
get: {
x() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "x_get", arguments);
}
}.x,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "y", {
configurable: true,
enumerable: true,
get: {
y() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "y_get", arguments);
}
}.y,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "z", {
configurable: true,
enumerable: true,
get: {
z() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "z_get", arguments);
}
}.z,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "pointsAtX", {
configurable: true,
enumerable: true,
get: {
pointsAtX() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "pointsAtX_get", arguments);
}
}.pointsAtX,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "pointsAtY", {
configurable: true,
enumerable: true,
get: {
pointsAtY() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "pointsAtY_get", arguments);
}
}.pointsAtY,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "pointsAtZ", {
configurable: true,
enumerable: true,
get: {
pointsAtZ() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "pointsAtZ_get", arguments);
}
}.pointsAtZ,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "specularExponent", {
configurable: true,
enumerable: true,
get: {
specularExponent() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "specularExponent_get", arguments);
}
}.specularExponent,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "limitingConeAngle", {
configurable: true,
enumerable: true,
get: {
limitingConeAngle() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpotLightElement"].prototype, "SVGFESpotLightElement", "limitingConeAngle_get", arguments);
}
}.limitingConeAngle,
set: undefined
});