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

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

611. laya.d3.core.particleshuriken.module.GradientVelocity_API3.0 [ 65%]

...s "laya/d3/core/particleShuriKen/module/GradientVelocity" GradientVelocity Class GradientVelocity GradientVelocity 用于创建渐变速度。 Hierarchy GradientVelocity Implements IClone Index Constructors constructor Accessors constant constantMax constantMin gradientX gradientXMax gradientXMin...

来源: Laya3.0_api 发布时间: 20231115

612. laya.display.BitmapFont [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BitmapFontProperties | Methods Packagelaya.displayClasspublic class BitmapFontInheritanceBitmapFont Object BitmapFont 是位图字体,用于定义位图字体信息。 字体制作及使用方法,请参考文章 S...

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

613. laya.d3.component.animation.RigidAnimations [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RigidAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class RigidAnimationsInheritanceRigidAnimations KeyframeAnimations Component3D EventDispatcher Object RigidAnimations 用于...

来源: laya_api 发布时间: 20170929

614. laya.d3.component.physics.MeshCollider [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class MeshColliderInheritanceMeshCollider Collider Component3D EventDispatcher Object MeshCollider 用于创建网格碰撞器。 ...

来源: laya_api 发布时间: 20170929

615. 如何启用摇一摇 [ 65%]

...ontroller { import model.Model; /** * ... * @author 偷心枫贼 */ public class Controller_yao1yao { public function Controller_yao1yao(model:Model) { __JS__('_model = model'); __JS__('var SHAKE_THRESHOLD = 100'); __JS__('var last_update = 0'); __JS__('var x = y = z = last_x = last_y = last_z = 0;'...

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

616. laya.d3.resource.models.PrimitiveMesh [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PrimitiveMeshMethods Packagelaya.d3.resource.modelsClasspublic class PrimitiveMeshInheritancePrimitiveMesh Object PrimitiveMesh 用于创建简单网格。 Public Methods  MethodDefined By  createBox(long:Number = 1...

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

617. 面板容器组件 · LayaAir3.0文档 · LAYABOX [ 65%]

...需要添加如下的示例代码,实现脚本控制Panel: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Panel }) public panel: Laya.Panel; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方...

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

618. laya.d3.core.MeshFilter [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshFilterProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshFilterInheritanceMeshFilter GeometryFilter EventDispatcher Object MeshFilter 用于创建网格过滤器。 Public Properties Hide Inhe...

来源: laya_api 发布时间: 20170929

619. laya.media.SoundChannel [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且...

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

620. 2.x引擎项目升级指南 · LayaAir3.0文档 · LAYABOX [ 65%]

...一个实现IResourceLoader接口,例如一个最简单的实现: class MyLoader { load(task:ILoadTask) { return task.loader.fetch(task.url, "json", task.createCallback()).then(data=> { let obj = /*解析data*/; return obj; }); } } 加载里不需要考虑是单独加载,还是是批...

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