大约有 245 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0061 秒)
Laya_社区(148) Laya2.0_文档(25) Laya3.0_文档(22) laya_api(14) Laya2.0_api(13) Laya3.0_api(11) Laya2.0_示例(8) Laya_示例(4)
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/...
来源: Laya3.0_api 发布时间: 20231115
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.RadioGroup }) public radiogroup: Laya.RadioGroup; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.radiogroup.pos(100, 100); this.radiogro...
来源: Laya3.0_文档 发布时间: 20241014
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Button }) public btn: Laya.Button; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.btn.scale(5, 5); //放大五倍 this.btn.skin = "atlas...
来源: Laya3.0_文档 发布时间: 20241014
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.AnimationBase) 动画类: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.Animation](https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display...
来源: Laya2.0_文档 发布时间: 20210715
...目文件夹下 .vscode/launch.json 添加配置 { "name":"compile", "type": "node", "request": "launch", //nodejs 可执行文件 "runtimeExecutable": "D:\\workspace\\layabox\\node-v7.9.0-win-x64\\node.exe", //使用Laya编辑器下的 gulpjs "program": "D:\\workspace\\layabox\\LayaAirIDE_beta\\...
来源: Laya_社区 发布时间: 20200607
...eatX repeatY right rotation scaleX scaleY scene scrollBar scrollRect scrollType selectedIndex selectedItem selection skewX skewY spaceX spaceY stage startIndex staticCache texture timer toolTip top transform url vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _set...
来源: Laya3.0_api 发布时间: 20231115
...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问题状态 最新活动: 2015-12-18 10:51 浏览: 4300 关注: 2 人
来源: Laya_社区 发布时间: 20151218
...尺寸的百分比,当不勾选时,纹理的尺寸为像素大小。 Type:纹理填充的类型:重复、仅x轴重复、仅y轴重复、不重复。 Offset:纹理相对于Sprite对象,X轴,Y轴的偏移量,单位是像素。 Color:纹理的颜色。 8.2 代码绘制填充纹理 La...
来源: Laya3.0_文档 发布时间: 20241014
...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 文本如何自动换行 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 问题状态 最新活动: 2018-09-27 16:09 浏览...
来源: Laya_社区 发布时间: 20161027
..._mapHeightHalf = this._map.height / 2; switch (layerData.type) { case "tilelayer": break; case "objectgroup": var tArray = layerData.objects; if...
来源: Laya_社区 发布时间: 20220627