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

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

111. laya.d3.terrain.Terrain [ 91%]

...听器能够接收事件通知。 如果侦听鼠标事件,则会自动设置自己和父亲节点属性 mouseEnabled 值为 true(如果父节点mouseEnabled=false,则停止设置节点mouseEnabled属性)。 Node onAwake():void 组件被激活后执行,此时所有节点和组件均...

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

112. laya.ui.ComboBox [ 91%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

113. laya.display.Input [ 91%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String[override] 文本背景颜色,以字符串表示。 Input blendMode : String指定要使用...

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

114. laya.d3.core.Camera [ 91%]

...听器能够接收事件通知。 如果侦听鼠标事件,则会自动设置自己和父亲节点属性 mouseEnabled 值为 true(如果父节点mouseEnabled=false,则停止设置节点mouseEnabled属性)。 Node onAsynLoaded(url:String, data:*, params:Array):void private Sprite3D onc...

来源: laya_api 发布时间: 20170929

115. laya.ani.bone.Skeleton [ 91%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显...

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

116. laya.ui.Label [ 91%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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

117. laya.ui.HSlider_API3.0 [ 91%]

...hSlider:HSlider; public function HSlider_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load(["resource/ui/hslider.png", "resource/ui/hslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 ...

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

118. laya.ui.VSlider_API3.0 [ 91%]

...vSlider:VSlider; public function VSlider_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load(["resource/ui/vslider.png", "resource/ui/vslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 ...

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

119. laya.d3.core.light.PointLight [ 90%]

...听器能够接收事件通知。 如果侦听鼠标事件,则会自动设置自己和父亲节点属性 mouseEnabled 值为 true(如果父节点mouseEnabled=false,则停止设置节点mouseEnabled属性)。 Node onAsynLoaded(url:String, data:*, params:Array):void private Sprite3D onc...

来源: laya_api 发布时间: 20170929

120. laya.display.Node_API3.0 [ 90%]

... Returns boolean 自身是否激活。 Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活。 activeInHierarchy get activeInHierarchy(): boolean Defined in laya/display/Node.ts:686 获取在场景中是否激活。 Retur...

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