大约有 315 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)
...erialProperty Defined in laya/d3/core/material/Material.ts:361 获得材质属性 Returns any _defineDatas get _defineDatas(): DefineDatas Inherited from Material._defineDatas Defined in laya/d3/core/material/Material.ts:1055 Returns DefineDatas albedoColor get albedoColor(): Color set albedoColor(v...
来源: Laya3.0_api 发布时间: 20231115
... 预览窗口 控制台面板 时间轴动画面板 动画状态机面板 属性设置面板 项目设置面板 IDE插件开发 IDE资源商店 2.1 2D模块 2D布局小部件(基础显示对象节点、UI组件、骨骼动画节点) 2D动画编辑 2DUI编辑 2D脚本管理 场景继承类管理 ...
来源: Laya3.0_文档 发布时间: 20251010
2D寻路一、概述二、2D导航网格表面2.1 组件属性2.2 生成导航区域三、2D导航代理3.1 组件属性3.2 角色寻路2D寻路 一、概述 在现代游戏开发中,自动寻路功能已经成为了不可或缺的基础功能之一。无论是角色自动走位、NPC巡逻还是...
来源: Laya3.0_文档 发布时间: 20251010
...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到...
来源: laya_api 发布时间: 20170929
...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象...
来源: Laya2.0_api 发布时间: 20190513
...erialProperty Defined in laya/d3/core/material/Material.ts:361 获得材质属性 Returns any _defineDatas get _defineDatas(): DefineDatas Inherited from Material._defineDatas Defined in laya/d3/core/material/Material.ts:1055 Returns DefineDatas albedoColor get albedoColor(): Color set albedoColor(v...
来源: Laya3.0_api 发布时间: 20231115
...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bo...
来源: Laya2.0_api 发布时间: 20190513
...ml;//设置 tree 的树结构数据。 tree.x = 100;//设置 tree 对象的属性 x 的值,用于控制 tree 对象的显示位置。 tree.y = 100;//设置 tree 对象的属性 y 的值,用于控制 tree 对象的显示位置。 tree.width = 200;//设置 tree 的宽度。 tree.height = 100;//设...
来源: Laya3.0_api 发布时间: 20231115
...Label(); label.text = "100000"; label.name = "label";//设置 label 的name属性值。 label.size(100, 20); addChild(label); } } example (function (_super){ function Item(){ Item.__super.call(this);//初始化父类 this.graphics.drawRect(0, 0, 100, 20, "#ff0000"); var label = new laya.ui.Label();/...
来源: Laya3.0_api 发布时间: 20231115
...例对象。 BaseRender receiveShadow : Boolean 获得是否接收阴影属性 BaseRender sharedMaterial : BaseMaterial 返回第一个材质。 BaseRender sharedMaterials : Vector.<BaseMaterial> 获取浅拷贝材质列表。 BaseRender sortingFudge : Number排序矫正值。BaseR...
来源: laya_api 发布时间: 20170929