大约有 287 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0056 秒)
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513
...部件面板 UI布局小部件面板,包括了2D基础显示对象、UI组件、骨骼节点三部分,用于UI的排版与布局。面板如图5-3所示。 (图5-3) 3.4 场景视窗 场景视窗是编辑2D场景与3D场景的地方,是开发者可视化编辑虚拟世界的窗口。面板如...
来源: Laya3.0_文档 发布时间: 20241014
...类,包含很多3D精灵基本的功能属性,除此之外还是所有3D组件和脚本的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(): number; ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与...
来源: Laya2.0_文档 发布时间: 20210715
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 Sprite index : int 动画当前帧的索引。 AnimationBase interval : int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInte...
来源: Laya2.0_api 发布时间: 20190513
...rited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 cullingMask get cullingMask(): number set cullingMask(value: number): void Inherited from BaseCamera.cullingMask Defined in laya/d3/core/BaseC...
来源: Laya3.0_api 发布时间: 20231115
...t; { let img = new Laya.Image(); img.texture = res; // img.skin = url; //ui组件直接设置skin也可以 img.pos(x, y); this.owner.addChild(img); }); } } 1.2 带类型的加载方式 有的时候,网络资源没有后缀名,又或者,图片xxx.png并非是当成Texture使用,需要被定...
来源: Laya3.0_文档 发布时间: 20241014
...类,包含很多3D精灵基本的功能属性,除此之外还是所有3D组件和脚本的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(): Number; ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与...
来源: Laya2.0_文档 发布时间: 20210715
...管线阶段添加指令缓存。 Camera addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode addLayer(layer:int):void 增加可视图层,layer值为0到31层。 BaseCamera callLater(method:Function, a...
来源: Laya2.0_api 发布时间: 20190513
...式1.2 UI管理方式二、UI运行时2.1 IDE自动生成代码2.2 勾选UI组件声明2.3 代码中使用UI组件三、与自定义组件脚本区别3.1 继承类不同3.2 不同的生命周期3.3 不同的使用UI组件方式四、UI运行时和自定义组件脚本的混合使用4.1 简单用法4...
来源: Laya3.0_文档 发布时间: 20241014
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513