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

大约有 1,416 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0065 秒)

1351. laya.ui.UIGroup_API3.0 [ 33%]

...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

1352. laya.maths.Matrix_API3.0 [ 33%]

... 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

1353. 关于LayaBox启动的问题。 [ 33%]

... 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

1354. laya.net.LoaderManager [ 32%]

...组:["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

1355. laya.ani.AnimationPlayer_API3.0 [ 32%]

... 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

1356. 时间轴动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 32%]

...帧),选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的...

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

1357. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 32%]

...相机         let camera = scene.addChild(new Laya.Camera(0, 0.1, 100));         //设置相机的名称         camera.name = "camera";         //相机平移位置         camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5));         //旋转...

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

1358. 时间轴动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 31%]

...帧),选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的...

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

1359. 时间轴动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 31%]

...帧),选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的...

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

1360. 性能统计与优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 30%]

...行,如图4所示。DrawCall越少越好,建议开发者尽量限制在100之下。 (图3-1) 3.1 简介 DrawCall可以理解为“绘制指令”,表示CPU调用图形API,给GPU发送图形绘制命令。一般CPU的内存读写或数据处理速度,相对于GPU的渲染速度是很慢的...

来源: Laya3.0_文档 发布时间: 20251010