大约有 758 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)
Laya_社区(592) Laya2.0_文档(62) Laya3.0_api(35) Laya2.0_api(25) Laya3.0_文档(21) laya_api(21) Laya_示例(1) Laya2.0_示例(1)
...们再来说一下暂停动画,开发者可以直接使用动画的播放速度控制动画的暂停与播放,直接设置需要暂停动画的播放速度为0即可,继续播放只需要重新设置速度为1。 ```typescript //暂停动画 animator.speed = 0.0; //播放动画 animator.speed = ...
来源: Laya2.0_文档 发布时间: 20210715
...们再来说一下暂停动画,开发者可以直接使用动画的播放速度控制动画的暂停与播放,直接设置需要暂停动画的播放速度为0即可,继续播放只需要重新设置速度为1。 ```typescript //暂停动画 animator.speed = 0.0; //播放动画 animator.speed = ...
来源: Laya2.0_文档 发布时间: 20210714
...018-01-25 16:45 已解决。 但现在有个问题,我控制动画播放的速度仍然有问题, 我在unity中把动画的速度已经调好,但导入到LayaAir中以后动画的速度就变了. 之前的方法也试过了( this.skill2.setinterval = 10)效果不好。请问有没有什么其...
来源: Laya_社区 发布时间: 20180125
提升7倍开发效率!为laya一键配置增量编译 ## **提升编译速度=7.7/1.27 ≈6.4 倍** ## 前言 **如何快速提高Laya构建速度 微信小游戏推出之后,很多公司也相应的进入到微信小游戏这个领域,。而在实际开发中,如何提高Laya的构建...
来源: Laya_社区 发布时间: 20210101
类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 /**古文脚本 */ export default class TextAncient extends Laya.Script { /** @prop {name:text, tips:"显示文本", type:String, default:"hello world"}*/ public text: string = "hello world"; /** @...
来源: Laya_社区 发布时间: 20191103
...device/motion/AccelerationInfo" AccelerationInfo Class AccelerationInfo 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alpha、beta和gamma值为null。 author Survivor Hierarchy AccelerationInfo Index Constructors constructor Properties x y z Constructors cons...
来源: Laya3.0_api 发布时间: 20231115
...二种3D模式ShurikenParticleSystem startSpeedConstant : Number开始速度,0模式。ShurikenParticleSystem startSpeedConstantMax : Number最大开始速度,1模式。ShurikenParticleSystem startSpeedConstantMin : Number最小开始速度,1模式。ShurikenParticleSystem startSpeedType...
来源: Laya2.0_api 发布时间: 20190513
...sComponent ccdMotionThreshold : Number 取用于连续碰撞检测(CCD)的速度阈值,当物体移动速度小于该值时不进行CCD检测,防止快速移动物体(例如:子弹)错误的穿过其它物体,0表示禁止。 PhysicsComponent ccdSweptSphereRadius : Number 取用于进入连续碰...
来源: Laya2.0_api 发布时间: 20190513
...motorSpeed 启用马达后,在axis坐标轴上移动可以达到的最大速度。 ##### maxMotorForce 启用马达后,可以施加的最大作用力。 ##### enableLimit 是否对刚体的移动范围加以约束。 ##### lowerTranslation 启用约束后,刚体移动范围的下限,是距...
来源: Laya2.0_文档 发布时间: 20210715
... name : String名称。AnimatorState speed : Number = 1.0动画播放速度,1.0为正常播放速度。AnimatorStatePublic Methods MethodDefined By AnimatorState() 创建一个 AnimatorState 实例。 AnimatorState addScript(type:Class):AnimatorStateScript 添加脚本。 AnimatorState...
来源: Laya2.0_api 发布时间: 20190513