• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0082 秒)

1111. 微信小游戏 code.js 报错 Cannot read property 'apply' of undefined [ 80%]

...or Cannot read property 'apply' of undefined;at socketTask.onopen callback function TypeError: Cannot read property 'apply' of undefined     at Function.eof (http://127.0.0.1:25423/game/code.js:53674:69)     at Type.setup (http://127.0.0.1:25423/game/code.js:59330:33)     at Type.encode_setup ...

来源: Laya_社区 发布时间: 20180815

1112. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 80%]

...* this class is a extension of texts with gradient color  */ var effect; (function (effect) {     var GradientText = (function (_super) {         const style = {             DEFAULT: "default",             VERTICAL: "vertical",             HORIZONTAL: "horizontal",       ...

来源: Laya_社区 发布时间: 20180824

1113. 我想移动容器来实现前进的动画,但是移动不了。这里的y有问题 但是又不知道改成什么 [ 80%]

...动不了。这里的y有问题 但是又不知道改成什么 var MyMain=(function() {   var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL;   (function() { // 不支持WebGL时自动切换...

来源: Laya_社区 发布时间: 20191017

1114. Dialog的onShow方法重写无效 [ 80%]

...写无效 我在View类里面有写这样的代码: override protected function initialize():void { on(Event.ADDED, this, onShow); on(Event.REMOVED, this, onHide); } protected function onShow():void { } protected function onHide():void { }我创建的View类 重写onShow方法可以正常使用,...

来源: Laya_社区 发布时间: 20161220

1115. laya.d3.core.material.GlitterMaterial [ 80%]

...edopropertyalbedo:Vector4 获取反射率。 Implementation     public function get albedo():Vector4    public function set albedo(value:Vector4):voidcolorproperty color:Vector4 获取颜色。 Implementation     public function get color():Vector4    public function set color(value...

来源: laya_api 发布时间: 20170929

1116. Spine适配版(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 80%]

...private var skeleton:SpineSkeleton; private var index: Number = -1; public function Main() { Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.bgColor = "#232628"; Stat.show(); this.startFun(); } private function startFun(): void { this.templet =...

来源: Laya2.0_文档 发布时间: 20210715

1117. 混合模式-Lighter [ 80%]

... 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode ...

来源: Laya2.0_示例 发布时间: 20241126

1118. 怎么在模拟点击事件 [ 80%]

...age/*" id="file" type="file" /> <script> function button1(){ document.getElementById('file').click(); } 这是一个上传图片的input,但是我在layabox的某个function中写 Browser. document.getElementById('file').click(); 或者 __JS__(' document.getElemen...

来源: Laya_社区 发布时间: 20180228

1119. PBRStandardMaterial材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 80%]

...terials/Textures/Barrel_AlbedoTransparency.png', Laya.Handler.create(this, function(texture) { mat.albedoTexture = texture; })); //法线贴图 Laya.Texture2D.load('res/threeDimen/scene/PBRMaterialScene/Assets/PBR Barrel/Materials/Textures/Barrel_Normal.png', Laya.Handler.create(this, function(textu...

来源: Laya2.0_文档 发布时间: 20210714

1120. 绘制圆形与扇形(ActionScript-LayaAir基础篇(AS3)-矢量图) [ 80%]

...  private var sp:Sprite;                    public function Sprite_DrawShapes()         {             Laya.init(500, 300);             drawSomething();         }            private function drawSomething():void       ...

来源: Laya2.0_文档 发布时间: 20210715