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

大约有 208 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0082 秒)

161. laya.ui.Radio_API3.0 [ 29%]

...、渲染模式。 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/button.png","labe...

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

162. laya.display.Text_API3.0 [ 28%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var text:Text = new Text();//创建一个 Text 类的实例对象 text 。 text.text = "这个是一个 Text 文本示例。"; text.color = "#008fff";//设置 text 的文...

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

163. laya.ui.Label_API3.0 [ 27%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new Label();//创建一个 Label 类的实例对象 label 。 label.font = "Arial";//设置 label 的字体。 label.bold = true;//设置 label 显示为...

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

164. laya.d3.core.scene.Scene3D [ 26%]

...lpha值会影响drawcall。Sprite  ambientColor : Vector3 获取环境光颜色。 Scene3D autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高...

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

165. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 26%]

...eSprite3D.PICKCOLOR Defined in laya/d3/core/RenderableSprite3D.ts:25 拾取颜色。 Static REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_HDR_PARAMS: number Inherited from RenderableSprite3D.REFLECTIONCUBE_HDR_PARAMS Defined in laya/d3/core/RenderableSprite3D.ts:120 deprecated 反射贴图参数 Static R...

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

166. laya.ui.ComboBox_API3.0 [ 25%]

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

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

167. laya.display.Input_API3.0 [ 23%]

...rom Text.borderColor Defined in laya/display/Text.ts:576 文本边框背景颜色,以字符串表示。 Returns string Inherited from Text.borderColor Defined in laya/display/Text.ts:580 文本边框背景颜色,以字符串表示。 Parameters value: string Returns void cacheAs get cacheAs(): s...

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

168. laya.ui.Button_API3.0 [ 22%]

...戏画布宽高。 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

169. laya.ui.CheckBox_API3.0 [ 22%]

...戏画布宽高。 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

170. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 22%]

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

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