大约有 441 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)
Laya_社区(172) Laya3.0_api(172) Laya2.0_api(30) Laya2.0_文档(23) laya_api(21) Laya3.0_文档(16) Laya2.0_示例(5) Laya_示例(2)
...Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比于每次都创建新的动画模版,使用动画...
来源: Laya3.0_api 发布时间: 20231115
...个list中的数据也存在,但没渲染出。 一个时间轴动画里创建的多个动画,怎么分别调用?如图 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 Tween没效果,对于渐变相机位移? 真机环境找不到window---cant find variable:...
来源: Laya_社区 发布时间: 20180824
...述检测代码失效! var iframe = document.createElement('iframe'); //创建iframe document.body.appendChild(iframe); //添加到body中 xArray = window.frames[window.frames.length-1].Array; var arr = new xArray(1,2,3); // 声明数组[1,2,3] alert(arr instanceof Array); // false alert...
来源: Laya_社区 发布时间: 20170328
...imationTransform3D Defined in laya/d3/animation/AnimationTransform3D.ts:30 创建一个 Transform3D 实例。 Parameters owner: AnimationNode 所属精灵。 Returns AnimationTransform3D Methods event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/event...
来源: Laya3.0_api 发布时间: 20231102
...math/Native/ConchVector4" ConchVector4 Class ConchVector4 Vector4 类用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Index Constructors constructor Properties elements ONE UnitW UnitX UnitY UnitZ ZERO Accessors w x y z Methods clone cloneTo fromArray length lengthSquared Clamp a...
来源: Laya3.0_api 发布时间: 20231102
... "laya/d3/math/Quaternion" Quaternion Class Quaternion Quaternion 类用于创建四元数。 Hierarchy Quaternion Implements IClone Index Constructors constructor Properties w x y z DEFAULT NAN Methods clone cloneTo equals forNativeElement fromArray getYawPitchRoll identity invert length lengthSqua...
来源: Laya3.0_api 发布时间: 20231102
...omponent()` 方法来获取模型上的组件。带动画的模型在加载创建时引擎默认赋予了Animator动画组件,因此我们可以获取它,参考以下代码。 ```typescript //获取角色动画组件 var ani= role3D.getChildAt(0).getComponent(Laya.Animator); ``` 打开.lh文件...
来源: Laya2.0_文档 发布时间: 20210715
... 0, 0, 0, 0, 0, //B 0, 0, 0, 1, 0, //A ]; //创建一个颜色滤镜对象,红色 var redFilter = new Laya.ColorFilter(redMat); spine.filters = [redFilter]; spine.zip 2018-06-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已...
来源: Laya_社区 发布时间: 20180613
...给它六个面贴不同的贴图,该如何处理? 请问layaide如何创建一个复合的Button 在线急等,发现你们这个编译器一个bug,不能实现负负得正 问题状态 最新活动: 2017-10-12 10:44 浏览: 864 关注: 2 人 hypo_chen • 2017-10-12 10:54 谢谢你的回答...
来源: Laya_社区 发布时间: 20171012
...086, 0.6094, 0.0820, 0, 0, 0.3086, 0.6094, 0.0820, 0, 0, 0, 0, 0, 1, 0]; //创建一个颜色滤镜对象,灰图 var grayscaleFilter: Laya.ColorFilter = new Laya.ColorFilter(grayscaleMat); // 灰度猩猩 drawSp.filters = [grayscaleFilter]; ctn.addChild(drawSp); setTimeout(() => { //以下两...
来源: Laya_社区 发布时间: 20250929