大约有 215 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0054 秒)
Laya_社区(71) Laya3.0_api(48) Laya2.0_文档(37) Laya2.0_api(23) laya_api(17) Laya3.0_文档(12) Laya2.0_示例(4) Laya_示例(3)
...选框组 radioGroup_ 无缩写 Radio 单选框 radio_ 无缩写 Tab 导航标签组 tab_ 无缩写 Clip 位图切片 clip_ 无缩写 FontClip 位图字体切片 fontClip_ 无缩写 资源前缀不区分大小写 1.2 组合资源命名规则 多个资源对应一个UI组件的组合资源,例如...
来源: Laya3.0_文档 发布时间: 20251010
...herited from ColliderBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/Collide...
来源: Laya3.0_api 发布时间: 20231115
...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
... [read-only] 获取是否为单实例组件。 ColliderBase label : String标签ColliderBase owner : Node [只读]获取所属Node节点。 Component points : String用逗号隔开的点的集合,格式:x,y,x,y ...PolygonCollider restitution : Number弹性系数,取值范围0-1,值越...
来源: Laya2.0_api 发布时间: 20190513
...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
...n promise) DOMException: play() 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 自定义场景类导出layaMaxUI.ts有前缀导致报错 IDE通过.ui自动生成的ui代码报错 本地调试加载本地图片都报错 2.2.0beta4,微信上动态合批报错. 问题状态 最新活...
来源: Laya_社区 发布时间: 20181210
... [read-only] 获取是否为单实例组件。 ColliderBase label : String标签ColliderBase loop : Boolean是否是闭环,注意不要有自相交的链接形状,它可能不能正常工作ChainCollider owner : Node [只读]获取所属Node节点。 Component points : String用逗号隔...
来源: Laya2.0_api 发布时间: 20190513
...串表示。 默认值为 "#000000"(黑色); Label tag : * 对象的标签。 Component text : String[override] 当前文本内容字符串。 TextInput textField : Text[read-only] 文本控件实体 Text 实例。 Label texture : Texture设置一个Texture实例,并显示此图片(如...
来源: laya_api 发布时间: 20170929
...dy.type = "kinematic"; rigidBody.label = object.name; // 添加标签 const shape = new Laya.BoxShape2D(); shape.x = object.width / 2; shape.y = object.height / 2; shape.width = 1; shape.height = 1; rigidBody.shapes ...
来源: Laya_社区 发布时间: 20250403
...串表示。 默认值为 "#000000"(黑色); Label tag : * 对象的标签。 UIComponent text : String[override] 当前文本内容字符串。 TextInput textField : Text[read-only] 文本控件实体 Text 实例。 Label texture : Texture 设置一个Texture实例,并显示此图片(...
来源: Laya2.0_api 发布时间: 20190513