大约有 1,434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
Laya_社区(1144) Laya3.0_api(82) Laya2.0_api(76) laya_api(70) Laya2.0_文档(47) Laya3.0_文档(9) Laya2.0_示例(3) Laya_示例(3)
添加继承自Laya.Sprite3D脚本的节点移除时调用了两次onDisable 最近在学习做3d的小游戏,预制从unity导入。我自定义了一个继承自Laya.Sprite3D。使用Laya.Sprite3D.instantiate实例化,并addComponent自定义的类;添加到场景中,再移除;移除时...
来源: Laya_社区 发布时间: 20200623
...。 1. 使用getBounds/ getGraphicBounds。 ```javascript var sp=new Laya.Sprite(); sp.graphics.drawRect(0,0,100,100,"#FF0000"); var bounds:Laya.Rectangle=sp.getGraphicBounds(); Laya.stage.addChild(sp); ``` getBounds可以满足多数多数需求,但由于其需要计算边界,不适合频繁调...
来源: Laya2.0_文档 发布时间: 20210715
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...
来源: Laya3.0_api 发布时间: 20231115
...码如下: for (var i:int = 0; i < 4; i++ ){ sp=new Sprite(); sp.name = i.toString(); console.log(sp.name); sp = project.drawsomething(20, 20+60*i, "#eeb9b3"); sp.on(Event.CLICK,this, onsp); Laya.stage.addChi...
来源: Laya_社区 发布时间: 20170330
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...
来源: Laya3.0_api 发布时间: 20231115
... = false Inherited from AnimationBase._ownGraphics Defined in laya/display/Sprite.ts:245 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:631 _skinBaseUrl _skinBaseUrl: string Inherited from AnimationBase._skinBaseUrl Defined in laya/display/Sprite.ts:269 如果节点...
来源: Laya3.0_api 发布时间: 20231102
...ants Packagelaya.d3.core.sceneClasspublic class Scene3DInheritanceScene3D Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource Scene3D 类用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By act...
来源: Laya2.0_api 发布时间: 20190513
如何给人物模型添加碰撞检测 我通过Laya.Sprite3D.load 加载模型,需要加碰撞检测,但是该模型的子节点都是SkinnedMeshSprite3D类型,这种情况如何给这个模型添加碰撞检测? 2017-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20170918
...放问题 3d 添加灯光 模型变的黑呼呼的 很多黑面 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 编辑了图片 执行代码说加载不出来资源 这个是怎么...
来源: Laya_社区 发布时间: 20191029
...新添加的元素始终保持在最底部显示? 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 为什么给Sprite容器添加点击事件没反应 遮罩点击事件 请问layaair2.0-js 怎么用程序在list中添加多元素的item 3d物理不...
来源: Laya_社区 发布时间: 20170807