大约有 1,240 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0076 秒)
Laya_社区(950) Laya3.0_api(87) Laya2.0_文档(70) Laya2.0_api(48) laya_api(44) Laya3.0_文档(33) Laya2.0_示例(4) Laya_示例(4)
...index:number)=>{ console.log(index); }) } Tab会侦听用户点了某个标签,并从对象池创建一个处理器。 2,clear(): Handler 清理对象引用 this.Tab.selectHandler.clear(); 3,recover(): void 清理并回收到 Handler 对象池内 this.Tab.selectHandler.recover(); ...
来源: Laya3.0_文档 发布时间: 20241014
...只能通过调用reCache方法手动刷新。Sprite tag : * 对象的标签。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值...
来源: Laya2.0_api 发布时间: 20190513
...用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器...
来源: laya_api 发布时间: 20170929
...1:03 1、自定义的js文件,需要将自定义的js文件添加到主js标签之上,应该不会出现黑屏的情况,如果有的话,建议你可以F12自己打断点查下问题 2、你也可以通过代码动态加载js文件,请参考:https://ask.layabox.com/question/1123
来源: Laya_社区 发布时间: 20170724
...g: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in laya/display/Sprite.ts:1319 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in laya/d...
来源: Laya3.0_api 发布时间: 20231115
...ing = "RigidBody" Defined in laya/physics/RigidBody.ts:58 [只读]自定义标签 mask mask: number = -1 Defined in laya/physics/RigidBody.ts:56 [只读]指定冲突位掩码碰撞的类别,category位操作的结果 owner owner: Node Inherited from Component.owner Defined in laya/components/Compo...
来源: Laya3.0_api 发布时间: 20231115
...index页面的方向一致。 1.点击项目,选中左边TAEGETS中项目标签页,在General中设置项目的横竖屏 2.修改resource目录下config.ini文件中orientation的值与设置的横竖屏值匹配 orientation=2 //竖屏:IOS home键在下orientation=4 //竖屏:IOS home键在...
来源: Laya_社区 发布时间: 20190618
...器的不同效果区别,如动图12-5所示: (动图12-5) 3.2.6 标签 label 碰撞体的标签,用于脚本物理碰撞事件中的碰撞体识别,当自定义了标签名后,如图12-6所示。 (图12-6) 应对的示例代码: onTriggerEnter(other: any): void { //other是碰撞到...
来源: Laya3.0_文档 发布时间: 20241014
...g(): any Defined in laya/d3/physics/CharacterController.ts:308 获得碰撞标签 Returns any getOverlappingObj getOverlappingObj(cb: (body: Rigidbody3D) => void): void Defined in laya/d3/physics/CharacterController.ts:324 获得角色碰撞的对象 Parameters cb: (body: Rigidbody3D) => void ...
来源: Laya3.0_api 发布时间: 20231115
...tml/dom/HTMLIframeElement" HTMLIframeElement Class HTMLIframeElement iframe标签类,目前用于加载外并解析数据 Hierarchy HTMLDivElement HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawto...
来源: Laya3.0_api 发布时间: 20231102