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

大约有 550 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)

391. laya.physics.joint.PrismaticJoint [ 68%]

...t : *[read-only] [只读]原生关节对象JointBase  lowerTranslation : Number启用约束后,刚体移动范围的下限,是距离anchor的偏移量PrismaticJoint  maxMotorForce : Number启用马达后,可以施加的最大作用力PrismaticJoint  motorSpeed : Number启用马达后,...

来源: Laya2.0_api 发布时间: 20190513

392. SkyProceduralMaterial材质详解(ActionScript-3D基础(AS3)-天空材质详解) [ 68%]

...要属性与方法 > 属性 `sunDisk:int` 设置太阳状态。 `sunSize:Number` 太阳尺寸,范围是0到1。 `sunSizeConvergence:Number` 太阳尺寸收缩,范围是0到20。 `atmosphereThickness:Number` 大气厚度,范围是0到5。 `skyTint:Vector4 ` 天空颜色。 `groundTint:Vector4` 地面...

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

393. 性能测试-卡通人物 [ 68%]

...} private createCharacters(): void { this.characterGroup = []; for (var i: number = 0; i = 0; --i) { this.animateCharactor(this.characterGroup[i]); } } private animateCharactor(charactor: Sprite): void { charactor.x += this.moveSpeed; charactor.rotation += this.rotateSpeed; if (charactor.x > Laya.st...

来源: Laya2.0_示例 发布时间: 20241118

394. 动画-SWF动画 [ 67%]

...F { private SWFPath: string = "../../res/swf/dragon.swf"; private MCWidth: number = 318; private MCHeight: number = 406; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = ...

来源: Laya_示例 发布时间: 20241118

395. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 67%]

...建渐变角速度。 Public Properties PropertyDefined By  constant : Number[read-only] 固定角速度。 GradientAngularVelocity  constantMax : Number[read-only] 最大随机双固定角速度。 GradientAngularVelocity  constantMaxSeparate : Vector3[read-only] 最大分轴随机双固定...

来源: Laya2.0_api 发布时间: 20190513

396. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 67%]

...建渐变角速度。 Public Properties PropertyDefined By  constant : Number[read-only] 固定角速度。 GradientAngularVelocity  constantMax : Number[read-only] 最大随机双固定角速度。 GradientAngularVelocity  constantMaxSeparate : Vector4[read-only] 最大分轴随机双固定...

来源: laya_api 发布时间: 20170929

397. 动画-SWF动画 [ 67%]

...ion_SWF { private SWFPath: string = "res/swf/dragon.swf"; private MCWidth: number = 318; private MCHeight: number = 406; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = ...

来源: Laya2.0_示例 发布时间: 20241118

398. 鼠标交互-双指旋转(多点触控) [ 67%]

...; export class Interaction_Rotate { private sp: Sprite; private preRadian: number = 0; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.sca...

来源: Laya_示例 发布时间: 20241118

399. 菜鸟提问:请问使用LayaAir的话,AS3原生类以及一些第三方库完全不能用是吗? [ 67%]

...以用,基础类型Numer,String,Object可以用,Int估计也是用Number凑合着用,JS有的那就可以用,JS没有的就必须用Laya引擎提供的库的API才行是吗?   希望能得到解答,万分感谢!! 2017-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

400. 加载-加载序列 [ 67%]

... Handler = Laya.Handler; export class Loader_Sequence { private numLoaded: number = 0; private resAmount: number = 3; constructor() { Laya.init(500, 400); // 按序列加载 monkey2.png - monkey1.png - monkey0.png // 不开启缓存 // 关闭并发加载 Laya.loader.maxLoader = 1; Laya.loader.load("...

来源: Laya_示例 发布时间: 20241118