大约有 201 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0077 秒)
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By HTMLDivElement()HTMLDivElement addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, ...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By PerfHUD()PerfHUD addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Nod...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Particle2D(setting:ParticleSetting) 创建一个新的 Particle2D 类实例。 Particle2D addChild(node...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By _templet : TempletSkeletonPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Skeleton(templet:Templet = null, a...
来源: laya_api 发布时间: 20170929
...ffectAnimation,并且用程式控制运作吗? 附件 : --> 2018-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 zhengjiajia 赞同来自: mobile3Dbin 看了js源码知道怎么在代码中调用了,必...
来源: Laya_社区 发布时间: 20180530
.../设置 textArea 的高度。 Laya.stage.addChild(textArea);//将 textArea 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], laya.utils.Handler....
来源: Laya3.0_api 发布时间: 20231115
...默认会把 "黑体" 映射为 "黑体-简",更多映射,可以自己添加Text fontSize : int 指定文本的字体大小(以像素为单位)。 默认为20像素,可以通过 Text.defaultFontSize 设置默认大小。 Text globalRotation : Number[read-only] 获得相对于stage的...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By MovieClip(parentMovieClip:MovieClip = null) 创建一个 MovieClip 实例。 MovieClip addChild(node:No...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Video(width:int = 320, height:int = 240)Video addChild(node:Node):Node 添加子节点。 Node addChil...
来源: laya_api 发布时间: 20170929
...旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检...
来源: laya_api 发布时间: 20170929