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

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

171. laya.ui.Button_API3.0 [ 21%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/...

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

172. laya.ui.CheckBox_API3.0 [ 21%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var checkBox:CheckBox = new CheckBox("resourc...

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

173. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 21%]

...le3D pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D  POSITIONSCALE : int[static] ShuriKenParticle3D  ROLANGULARVELOCITYCONST : int[static] ShuriKenParticle3D  ROLANGULARVELOCITYCONSTMAX : int[static] ShuriKenParticle3D  ROLANGULARVELOCITYCON...

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

174. laya.d3.core.light.LightSprite_API3.0 [ 21%]

...(value: Color): void Defined in laya/d3/core/light/LightSprite.ts:18 灯光颜色。 Returns Color Defined in laya/d3/core/light/LightSprite.ts:22 灯光颜色。 Parameters value: Color Returns void components get components(): ReadonlyArray<Component> Inherited from Node.components Defined i...

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

175. laya.d3.core.light.PointLight_API3.0 [ 21%]

...om LightSprite.color Defined in laya/d3/core/light/LightSprite.ts:18 灯光颜色。 Returns Color Inherited from LightSprite.color Defined in laya/d3/core/light/LightSprite.ts:22 灯光颜色。 Parameters value: Color Returns void components get components(): ReadonlyArray<Component> Inherit...

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

176. laya.d3.core.light.SpotLight_API3.0 [ 20%]

...om LightSprite.color Defined in laya/d3/core/light/LightSprite.ts:18 灯光颜色。 Returns Color Inherited from LightSprite.color Defined in laya/d3/core/light/LightSprite.ts:22 灯光颜色。 Parameters value: Color Returns void components get components(): ReadonlyArray<Component> Inherit...

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

177. laya.ui.HSlider_API3.0 [ 20%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hslider.png", "resource/ui/hslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { hSlider = new HSlider();//创建一个 HS...

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

178. laya.ui.VSlider_API3.0 [ 20%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vslider.png", "resource/ui/vslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { vSlider = new VSlider();//创建一个 VS...

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

179. laya.ui.UIGroup_API3.0 [ 20%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

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

180. laya.ui.TextInput_API3.0 [ 20%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");...

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