• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 429 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0100 秒)

411. 一个简单的跑酷曲面shader分享 [ 42%]

...demo(TS版本或AS版本的) 请问layaide如何创建一个复合的Button 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 请问下loader如何强制加载一个文件,避免浏览器的缓存 分享:LayaAir下如何获取图集下的小图资源? 我...

来源: Laya_社区 发布时间: 20201009

412. laya.ui.Slider_API3.0 [ 42%]

...变节点轴心点。 Parameters value: number Returns void bar get bar(): Button Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1056 ...

来源: Laya3.0_api 发布时间: 20231115

413. laya.ui.HSlider_API3.0 [ 42%]

...变节点轴心点。 Parameters value: number Returns void bar get bar(): Button Inherited from Slider.bar Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in lay...

来源: Laya3.0_api 发布时间: 20231115

414. laya.ui.VSlider_API3.0 [ 42%]

...变节点轴心点。 Parameters value: number Returns void bar get bar(): Button Inherited from Slider.bar Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in lay...

来源: Laya3.0_api 发布时间: 20231115

415. laya.ui.RadioGroup_API3.0 [ 42%]

...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...

来源: Laya3.0_api 发布时间: 20231115

416. laya.ui.Tab_API3.0 [ 42%]

...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...

来源: Laya3.0_api 发布时间: 20231115

417. 项目启动入口说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 41%]

...实现不同启动入口的需求。 (图1-6) 插件代码如下: //PlayButton.ts class PlayButton { @IEditor.onLoad addPackButton() { //添加运行预览的播放按钮 let playControls = gui.GRoot.inst.getChildByPath("MainView.topButtons.playControlls.Box"); let btn = playControls.getChild("pac...

来源: Laya3.0_文档 发布时间: 20251216

418. laya.ui.UIComponent [ 40%]

...ntInheritanceUIComponent Sprite Node EventDispatcher ObjectSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpenDataViewer Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件...

来源: Laya2.0_api 发布时间: 20190513

419. laya.ui.Component [ 40%]

...ent Sprite Node EventDispatcher ObjectImplements IComponentSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Publi...

来源: laya_api 发布时间: 20170929

420. Spine渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 40%]

...lass() export class NewScript extends Laya.Script { @property({ type: Laya.Button, caption: "切换按钮" }) public btn: Laya.Button; spine: Laya.Spine2DRenderNode; //外部皮肤 weaponSkin: Laya.ExternalSkin = new Laya.ExternalSkin(); //外部皮肤列表项 weaponSkinItem: Laya.ExternalSkinItem ...

来源: Laya3.0_文档 发布时间: 20260131