大约有 93 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0059 秒)
Laya_社区(45) Laya3.0_api(16) Laya3.0_文档(13) laya_api(7) Laya2.0_文档(6) Laya2.0_api(5) Laya2.0_示例(1)
... printf("socket error !"); return 0; } //绑定IP和端口 sockaddr_in sin; sin.sin_family = AF_INET; sin.sin_port = htons(8080); sin.sin_addr.S_un.S_addr = INADDR_ANY; if (bind(slisten, (LPSOCKADDR)&sin, sizeof(sin)) == SOC...
来源: Laya_社区 发布时间: 20170602
...//根据需要设置 //DataComponent可以方便的将你的组件和数据绑定在一起 this._comp = new IEditor.DataComponent(MyPanelType); //inspect可以多次调用,将多个数据组合在一个面板编辑 this._panel.inspect(this._comp.props, MyPanelType); this._panel.on("my_click", ()=&...
来源: Laya3.0_文档 发布时间: 20251010
...。Spine 编辑器用于创建和调整动画,支持导入位图资源、绑定骨骼、调整关键帧,并设置动画参数。 Spine 运行时则是官方提供的一系列开源库,LayaAir 引擎正是通过引入Spine 运行时的方式,将Spine动画的渲染接入到 LayaAir 引擎。 ...
来源: Laya3.0_文档 发布时间: 20251128
...s)); 和addCallbackFunc(2,(this.canvasEndRenderFromNative).bind(this)); 再绑定回调的时候出现了问题 这也跟在 androidstudio 和 xcode所报的 错误 js E/LayaBox: JSCallbackFuncObj::addCallbackFunc error m_vFunc[1] != NULL JSCallbackFuncObj::addCallbackFunc error m_vFunc[2] != NULL...
来源: Laya_社区 发布时间: 20190612
...Object TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个动画显示对象(TileAniSprite)) Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarch...
来源: Laya2.0_api 发布时间: 20190513
...void end end(): void Defined in laya/resource/RenderTexture2D.ts:229 结束绑定。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: an...
来源: Laya3.0_api 发布时间: 20231115
...nd end(): void Defined in laya/resource/NativeRenderTexture2D.ts:161 结束绑定。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: an...
来源: Laya3.0_api 发布时间: 20231115
...Object TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个动画显示对象(TileAniSprite)) Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透...
来源: laya_api 发布时间: 20170929
... video(value: any): void Defined in laya/resource/VideoTexture.ts:52 获得绑定的资源Video return HTMLVideoElement value 输入Video资源 Returns any Defined in laya/resource/VideoTexture.ts:59 获得绑定的资源Video return HTMLVideoElement value 输入Video资源 Parameters value: any Ret...
来源: Laya3.0_api 发布时间: 20231102
...文档(https://ldc2.layabox.com/doc/?nav=zh-ts-0-3-3)进行查看。 `绑定设备`是插件自动识别的,无需手动绑定,但如果设备绑定达到帐号上限,需要切换设备时,需要点击`解绑`,才能在其它的设备上登录该帐号。此时当前设备则无法再...
来源: Laya2.0_文档 发布时间: 20210714