大约有 89 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0032 秒)
...Handler = null):*[static] 根据指定的 json 数据创建节点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"lab...
来源: Laya2.0_api 发布时间: 20190513
...blic Properties PropertyDefined By color : String 定义文本颜色,比如"#ff0000"。 StrokeTextCmd font : String 定义字体和字号,比如"20px Arial"。 StrokeTextCmd lineWidth : Number 线条宽度。 StrokeTextCmd text : String 在画布上输出的文本。 StrokeTextCmd ...
来源: Laya2.0_api 发布时间: 20190513
...本颜色。 FillBorderTextCmd fillColor : String 定义文本颜色,比如"#ff0000"。 FillBorderTextCmd font : String 定义字体和字号,比如"20px Arial"。 FillBorderTextCmd lineWidth : Number 镶边线条宽度。 FillBorderTextCmd text : String 在画布上输出的文本...
来源: Laya2.0_api 发布时间: 20190513
...blic Properties PropertyDefined By color : String 定义文本颜色,比如"#ff0000"。 FillTextCmd font : String 定义字号和字体,比如"20px Arial"。 FillTextCmd text : String 在画布上输出的文本。 FillTextCmd textAlign : String 文本对齐方式,可选值:"lef...
来源: Laya2.0_api 发布时间: 20190513
...容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如: span:行内元素标签,比如:abc p:行元素标签,p标签会自动换行,div不会,比如:abc img:图片标签,比如: br:换行标签,比如: style:样式标签,比如:...
来源: Laya2.0_api 发布时间: 20190513
...全屏。 兼容性提示:部分浏览器不允许点击进入全屏,比如Iphone等。 Stage globalRotation : Number[read-only] 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值...
来源: Laya2.0_api 发布时间: 20190513
...将更改属性值的对象)。 props:Object — 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。 duration:int — 花费的时间,单位毫秒。 ease:Function (default = null) — 缓动类型,默...
来源: Laya2.0_api 发布时间: 20190513
...在0到0.1之间RigidBody linearVelocity : Object线性运动速度,比如{x:5,y:5}RigidBody mask : int = -1[只读]指定冲突位掩码碰撞的类别,category位操作的结果RigidBody owner : Node [只读]获取所属Node节点。 Component type : String 刚体类型,支持三...
来源: Laya2.0_api 发布时间: 20190513
...phics是比Sprite更轻量级的对象,合理使用能提高应用性能(比如把大量的节点绘图改为一个节点的Graphics命令集合,能减少大量节点创建消耗)。 See alsolaya.display.Sprite.graphicsPublic Properties PropertyDefined By cmds : ArrayGraphicsPublic Methods ...
来源: Laya2.0_api 发布时间: 20190513
...重写覆盖即可 Script onDisable():void 组件被禁用时执行,比如从节点从舞台移除后 此方法为虚方法,使用时重写覆盖即可 Script onDoubleClick(e:Event):void 鼠标双击时执行 此方法为虚方法,使用时重写覆盖即可 Script onEnable():void 组...
来源: Laya2.0_api 发布时间: 20190513