大约有 826 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
Laya3.0_api(263) Laya_社区(252) Laya2.0_api(142) laya_api(119) Laya2.0_文档(28) Laya3.0_文档(17) Laya_示例(3) Laya2.0_示例(2)
...ight))的代码来做讲解: > 移动灯光脚本 ```typescript export default class LightMoveScript extends Laya.Script3D { //需要操作的光源数组 public lights = []; //光源对应的位置偏移数组 public offsets = []; //光源对应的移动半径数组 public moveRanges = []; publ...
来源: Laya2.0_文档 发布时间: 20210715
...); } } } 扩展UI代码: import { ui } from "../ui/layaMaxUI"; export default class AttackView extends ui.AttackUI { constructor() { super(); this.btn_attack.on("click", this, this.onAttack); } private onAttack(): void { // TODO } } 上面代码,btn_attack 按钮是 undefined 对象,没有...
来源: Laya_社区 发布时间: 20180926
...umber):Boolean Parameters ray:Ray hitInfo:RaycastHit maxDistance:Number (default = NaN)ReturnsBooleanFri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
Laya2.7.1 射线提示rayCast未定义 export default class click3d extends Laya.Script3D{ constructor() { super(); //创建场景 this.scene = Laya.stage.addChild(new Laya.Scene3D()); //添加相机 this.camera = (this.scene.addChild(new Laya.Camera(0, 0.1, 100))); this.camera.transform.translate(...
来源: Laya_社区 发布时间: 20200801
...(count?: number): void Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Defined in laya/resource/Resource.ts:218 清除引用 Returns void _removeReference _removeReference(count?: number): void Defined in laya/r...
来源: Laya3.0_api 发布时间: 20231115
...子对象及从父节点移除自己。 Parameters destroyChild:Boolean (default = true) — (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 destroyChildren()method override public function destroyChildren():void 销毁所有子对象,不...
来源: Laya2.0_api 发布时间: 20190513
...ace("我是标签2"); break; case "label03":trace("我是标签3"); break; default: break; } } } } 附件 : --> SwfLabelUse.rar 2017-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Monica - 知识达人 赞...
来源: Laya_社区 发布时间: 20170705
...compilerOptions:{removeComments: true}}, include:/.*.ts/, }), glsl({ // By default, everything gets included include: /.*(.glsl|.vs|.fs)$/, sourceMap: false, compress:false }), /*terser({ output: { }, numWorkers:1,//Amount of workers to spawn. Defaults to the number of CPUs minus 1 sourcemap: false ...
来源: Laya_社区 发布时间: 20200607
.../ import { List } from "laya/ui/List"; import { Laya } from "laya"; export default class test_move extends Image{ // /** @prop {name:move_img, tips:"用来移动的箭头", type:Image} */ // public _move_img: Image; // public _list: List; //创建一个 List 类的实例对象 list 。 private n:num...
来源: Laya_社区 发布时间: 20200203
...。比如:Loader.IMAGE。 * @param priority (default = 1)加载的优先级,优先级高的优先加载。有0-4共5个优先级,0最高,4最低。 * @param cache 是否缓存加载结果。 * @param group ...
来源: Laya_社区 发布时间: 20180418