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

大约有 3,003 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0130 秒)

1921. Property 'GraphicAnimation' does not exist on type 'typeof display'. [ 54%]

...f undefined 2.0.0编译报错Cannot find global type 'Array' Warning!,this class[MiniAdpter] already exist: Object {init: } Uncaught TypeError: Cannot read property 'props' of undefined 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 鼠标自定义样式官...

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

1922. 灯光-聚光 [ 54%]

...direction, _quaternion, _direction); spotLight.direction = _direction; }); class SpotLightDemo { private scene: Laya.Scene; private _quaternion: Laya.Quaternion; private _position: Laya.Vector3; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenM...

来源: Laya_示例 发布时间: 20260303

1923. Tab组件如何通过js控制选中 [ 54%]

...以出来当前的选项,说明继承没有问题,但是无法更改 class Tab extends TabUI{ constructor() { super() this.zOrder = 1 console.log(this._tab._selectedIndex) //返回1,正常 this._tab._selectedIndex = 0 } } xdkaka • 2017-12-14 17:40 发布肯定是已经发布了的。。。...

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

1924. [LayaAir3]V3.2 | 调试结果不一致,导致无法判断结果? [ 54%]

...Air3]V3.2 | 调试结果不一致,导致无法判断结果? const { regClass, property } = Laya;  @regClass() export class Main extends Laya.Script {   testData = new Laya.Vector3(1, 1, 1);   @property(Laya.Camera)   camera: Laya.Camera;    onStart() {     //@ts-ignore     window.camer...

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

1925. gradientdatanumber warning:the fourth key is be force set to 1. 请问这是什么引起的? [ 54%]

...extureRes引起的内存泄露以及恢复图片显示闪烁 Warning!,this class[MiniAdpter] already exist: Object {init: } 在js代码中,let 是什么意思 请问这两段用as3应该怎么写 看官方2.0的shader例子,模型视图投影矩阵定义的名称是u_MvpMatrix, 那相应单独...

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

1926. Laya.Script的派生类的_update函数不工作? [ 54%]

...的_update函数不工作? 我从Laya.Script类extends了一个自己的class,贴在一个物体上,运行的时候脚本的_start函数中的log正常打印出来了,但是_update函数中的log没有打印 _update(state:Laya.RenderState) { console.log("state:", state.elapsedTime); } 请...

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

1927. Android Studio发布apk报错 [ 54%]

...-08 14:03:53.346 18569-18569/com.lightpaw.dietyroad E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 08-08 14:03:53.381 18569-18569/com.lightpaw.dietyroad E/LayaGameEngine: game_plugin_init soPath= jarfile= appcache=/data/user/0/com.lightpaw.dietyroad/ 08-08 14:03:53....

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

1928. drawToCanvas转出图片与游戏内显示颜色差距过大 [ 54%]

...出图片与游戏内显示颜色差距过大 测试代码 export default class TestView {     constructor() {         this.init();     }     init() {         Laya.stage.bgColor='#ffffff';         Laya.stage.addChild(new Laya.Image('comp/img/img1.png'));         Laya.timer.once...

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

1929. 看一下这是什么问题,运行报错 [ 54%]

...l1 = (function (_super) { function MPanel1() { MPanel1.super(this); } Laya.class(MPanel1, "MPanel1", _super) var _proto = MPanel1.prototype; return MPanel1; }(ui.Panel1UI));代码如上,报错如下   附件 : --> 2018-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

1930. laya.ani.AnimationTemplet_API3.0 [ 54%]

...ls Only exported Menu Globals "laya/ani/AnimationTemplet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTemplet Templet Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG interpolation Acce...

来源: Laya3.0_api 发布时间: 20231115