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

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

481. laya.d3.physics.constraints.ConstraintComponent_API3.0 [ 31%]

...herited from Component.hasHideFlag Defined in laya/components/Component.ts:60 Parameters flag: number Returns boolean onAdded onAdded(): void Inherited from Component.onAdded Defined in laya/components/Component.ts:262 被添加到节点后调用,和Awake不同的是即使节点未激活onAdded也...

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

482. laya.physics.joint.WheelJoint_API3.0 [ 30%]

...herited from Component.hasHideFlag Defined in laya/components/Component.ts:60 Parameters flag: number Returns boolean onAdded onAdded(): void Inherited from Component.onAdded Defined in laya/components/Component.ts:262 被添加到节点后调用,和Awake不同的是即使节点未激活onAdded也...

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

483. laya.net.Socket_API3.0 [ 30%]

...s disableInput disableInput: boolean = false Defined in laya/net/Socket.ts:60 不再缓存服务端发来的数据,如果传输的数据为字符串格式,建议设置为true,减少二进制转换消耗。 protocols protocols: any = [] Defined in laya/net/Socket.ts:70 子协议名称。子协...

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

484. laya.resource.PrefabImpl_API3.0 [ 30%]

... from Resource.destroyUnusedResources Defined in laya/resource/Resource.ts:60 销毁当前没有被使用的资源,该函数会忽略lock=true的资源。 Returns void Globals "laya/resource/PrefabImpl" PrefabImpl constructor _id api data destroyedImmediately lock name url uuid version DEBUG cpuMemo...

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

485. laya.components.Animator2D_API3.0 [ 30%]

...herited from Component.hasHideFlag Defined in laya/components/Component.ts:60 Parameters flag: number Returns boolean onAdded onAdded(): void Inherited from Component.onAdded Defined in laya/components/Component.ts:262 被添加到节点后调用,和Awake不同的是即使节点未激活onAdded也...

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

486. laya.d3.core.light.PointLightCom_API3.0 [ 30%]

...herited from Component.hasHideFlag Defined in laya/components/Component.ts:60 Parameters flag: number Returns boolean onAdded onAdded(): void Inherited from Component.onAdded Defined in laya/components/Component.ts:262 被添加到节点后调用,和Awake不同的是即使节点未激活onAdded也...

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

487. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 30%]

...KY; //调整相机的位置 camera.transform.translate(new Vector3(0, 45, -60)); camera.transform.rotate(new Vector3(0, 180, 0), false, false); //相机视角控制组件(脚本) camera.addComponent(CameraMoveScript); //添加光照 var directionLight:DirectionLight = _scene.addChild(new DirectionLi...

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

488. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 30%]

...ypescript class LayaUISample { constructor() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor = "#ffcccc"; var data: string = "data:image/svg+xml," + '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var sp: Laya.Sprite = new Laya.Sprite(); sp.loadImage(data, 0, 0, 200, 200); Laya....

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

489. laya.spine.SpineTemplet_API3.0 [ 30%]

... from Resource.destroyUnusedResources Defined in laya/resource/Resource.ts:60 销毁当前没有被使用的资源,该函数会忽略lock=true的资源。 Returns void Globals "laya/spine/SpineTemplet" SpineTemplet constructor _id destroyedImmediately lock name skeletonData url uuid DEBUG RuntimeVer...

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

490. LayaAir开发笔记(1)五十音图连连看 [ 30%]

...新算坐标,就这样了。var g_stat_width = 800; var g_stat_heiht = 600; Laya.init(g_stat_width, g_stat_heiht); 加入下列代码设置窗口位置和拉伸效果。Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; Laya.stage.screenMode = Laya.Stage.SCREEN_HORIZONTAL; Laya.stage.alignH = Laya.S...

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