大约有 1,382 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0065 秒)
Laya_社区(851) Laya2.0_文档(129) Laya3.0_api(105) Laya_示例(75) Laya2.0_api(66) laya_api(61) Laya2.0_示例(51) Laya3.0_文档(44)
... //创建相机 var camera = new Laya.Camera(0, 0.1, 100); scene.addChild(camera); //设置相机的名称 camera.name = "camera"; //相机平移位置 camera.transform.translate(new Laya.Vector3(0, ...
来源: Laya_社区 发布时间: 20190605
...的json格式地图 显示不出来,也不报错,求解开 { "height":100, "infinite":false, "layers":[ { "image":"Pictures\/timg2.jpg", "name":"jpgmap", "opacity":1, "type":"imagelayer", "visible":true, "x":0, "y":0 }, { "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
来源: Laya_社区 发布时间: 20170920
...t timer(): Timer Inherited from Node.timer Defined in laya/display/Node.ts:1009 获取timer Returns Timer toolTip get toolTip(): any set toolTip(value: any): void Inherited from UIComponent.toolTip Defined in laya/ui/UIComponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Han...
来源: Laya3.0_api 发布时间: 20231115
...t timer(): Timer Inherited from Node.timer Defined in laya/display/Node.ts:1009 获取timer Returns Timer toolTip get toolTip(): any set toolTip(value: any): void Inherited from UIComponent.toolTip Defined in laya/ui/UIComponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Han...
来源: Laya3.0_api 发布时间: 20231115
...t timer(): Timer Inherited from Node.timer Defined in laya/display/Node.ts:1009 获取timer Returns Timer toolTip get toolTip(): any set toolTip(value: any): void Inherited from UIComponent.toolTip Defined in laya/ui/UIComponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Han...
来源: Laya3.0_api 发布时间: 20231115
... scale scale(x: number, y: number): Matrix Defined in laya/maths/Matrix.ts:100 对矩阵应用缩放转换。 Parameters x: number 用于沿 x 轴缩放对象的乘数。 y: number 用于沿 y 轴缩放对象的乘数。 Returns Matrix 返回矩阵对象本身 setTo setTo(a: number, b: number, c: nu...
来源: Laya3.0_api 发布时间: 20231115
... l=4529044 I/LayaBox (12689): download end I/LayaBox (12689): parse:normal 100 16px Arial,fontinfo:size:16,family:Arial E/LayaBox (12689): download file error[1]:file:///data/data/com.klzz.platform/cache/LayaCache/localstorage/logo/logo.png I/LayaBox (12689): require(/sdcard/layabox/scripts/config.j...
来源: Laya_社区 发布时间: 20170320
...组:["a.png","b.png"];复杂数组[{url:"a.png",type:Loader.IMAGE,size:100,priority:1},{url:"b.json",type:Loader.JSON,size:50,priority:1}]。 complete:Handler (default = null) — 加载结束回调。根据url类型不同分为2种情况:1. url为String类型,也就是单个资源地址...
来源: laya_api 发布时间: 20170929
... playStart get playStart(): number Defined in laya/ani/AnimationPlayer.ts:100 动画播放的起始时间位置。 Returns number 起始时间位置。 state get state(): number Defined in laya/ani/AnimationPlayer.ts:254 获取当前播放状态 Returns number 当前播放状态 templet get templet(...
来源: Laya3.0_api 发布时间: 20231115
...帧),选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的...
来源: Laya2.0_文档 发布时间: 20210715