大约有 86 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...sform: Transform3D; onStart(): void { this.transform = (this.owner as Laya.Sprite3D).transform; this.CurrentAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); this.targetAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); t...
来源: Laya_社区 发布时间: 20170714
...sform: Transform3D; onStart(): void { this.transform = (this.owner as Laya.Sprite3D).transform; this.CurrentAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); this.targetAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); t...
来源: Laya_社区 发布时间: 20190224
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说...
来源: Laya_社区 发布时间: 20200921
...滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | Image_ | img_ | | sprite | 精灵 | 不按组件规则命名的都被视为sprite | | **Tips**: 资源可以直接用前缀名的全写或缩写,而不加下划线。比如`textinput.png`和`input.png`。但是如果还跟随其它字符必...
来源: Laya2.0_文档 发布时间: 20210714
...滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | Image_ | img_ | | sprite | 精灵 | 不按组件规则命名的都被视为sprite | | **Tips**: 资源可以直接用前缀名的全写或缩写,而不加下划线。比如`textinput.png`和`input.png`。但是如果还跟随其它字符必...
来源: Laya2.0_文档 发布时间: 20210715
...滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | Image_ | img_ | | sprite | 精灵 | 不按组件规则命名的都被视为sprite | | **Tips**: 资源可以直接用前缀名的全写或缩写,而不加下划线。比如`textinput.png`和`input.png`。但是如果还跟随其它字符必...
来源: Laya2.0_文档 发布时间: 20210714
精灵(Sprite)一、概述二、IDE中使用2.1 创建精灵2.2 基础属性2.3 Sprite的特有属性2.4 其它属性2.5 脚本控制属性三、代码中使用3.1 创建Sprite3.2 显示图片3.3 基础属性3.4 其它属性精灵(Sprite) 一、概述 游戏中Sprite精灵是在屏幕中能...
来源: Laya3.0_文档 发布时间: 20241014
...1.3 资源卸载1.4 关于滤镜、遮罩二、渲染优化方式2.1 优化Sprite2.2 优化DrawCall2.3 优化Canvas2.4 CacheAs2.5 文字描边2.6 跳过文本排版,直接渲染三、减少CPU使用量3.1 减少动态属性查找3.2 性能消耗的回收3.3 获取显示对象边界的做法3.4 根...
来源: Laya3.0_文档 发布时间: 20241014
...有下面几部分构成: 动画状态机组件 Animator Component :是Sprite3D上的一个组件,用来控制动画状态机的接口。 动画状态机文件 Animator Controller :是一个文件,用来执行整个状态机逻辑,驱动动画状态运行,执行状态切换。同时定...
来源: Laya3.0_文档 发布时间: 20241014
...default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目标的水平距离参数 public smo...
来源: Laya3.0_文档 发布时间: 20241014