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

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

1221. laya.html.dom.HTMLIframeElement_API3.0 [ 56%]

...xtWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrol...

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

1222. laya.ui.TextArea_API3.0 [ 55%]

...extArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textArea:TextArea =...

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

1223. 资源加载(JavaScript-3D基础(JS)-LayaAir3D之资源加载) [ 55%]

...ndler.create(this,function(scene) { //加载完成获取到了Scene3d Laya.stage.addChild(scene); //获取摄像机 var camera = scene.getChildByName("Main Camera"); //清除摄像机的标记 camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; //添加光照 var directionLight = scene.addChild(new La...

来源: Laya2.0_文档 发布时间: 20210715

1224. laya.map.TileAniSprite_API3.0 [ 55%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

1225. 加载的nativeimage处理 [ 55%]

....png"); var sp:Sprite=new Sprite(); sp.graphics.drawTexture(texture); Laya.stage.addChild(sp); } 2017-06-03 0 1 分享 微博 QZONE 微信 xiaojun 赞同来自: 是这个 2017-06-03 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: nativeimage和htmlimage是内部引擎使用的类型,开发...

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

1226. 上app store 被拒 怎么修改? [ 55%]

...被拒的说明 求问shader中的attribute变量怎么动态修改 修改stage的scale后,会发生异常情况 如何修改物理引擎中的图层 3D模型无法修改scale? 3D平行光产生的投影,如何修改颜色深浅? 打包成手机app的详细教程 动态修改动画的子对象...

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

1227. laya.ui.Box_API3.0 [ 55%]

...Enable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scro...

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

1228. 位图字体的制作与使用(ActionScript-LayaAir基础篇(AS3)-文本) [ 55%]

...ng](img/8.png) 完整代码如下: ```java package { import laya.display.Stage; import laya.display.Text; import laya.resource.Texture; import laya.utils.Handler; import laya.display.BitmapFont; public class TestBitmapFont { //自定义文件名称 private var mFontName:String = "diyFont"; private...

来源: Laya2.0_文档 发布时间: 20201114

1229. laya.html.dom.HTMLDivElement_API3.0 [ 55%]

...xtWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect...

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

1230. layaide建的ui里面的按钮怎么获取到呢?事件怎么添加呢? [ 55%]

...到呢?事件怎么添加呢? ListDemoView = new startViewUI(); Laya.stage.addChild(ListDemoView); var btn = ListDemoView.getChildByName("startbtn"); btn.on(Event.CLICK, this, clickHandler); 这样不行 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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