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

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

761. laya.d3.core.Vector4Keyframe_API3.0 [ 67%]

...Vector4 Defined in laya/d3/core/Vector4Keyframe.ts:18 外权重 time time: number Inherited from Keyframe.time Defined in laya/d3/core/Keyframe.ts:19 时间。 value value: Vector4 = new Vector4() Defined in laya/d3/core/Vector4Keyframe.ts:14 帧数据 weightedMode weightedMode: Vector4 Defined in l...

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

762. laya.d3.core.Vector2Keyframe_API3.0 [ 67%]

...Vector2 Defined in laya/d3/core/Vector2Keyframe.ts:18 外权重 time time: number Inherited from Keyframe.time Defined in laya/d3/core/Keyframe.ts:19 时间。 value value: Vector2 = new Vector2() Defined in laya/d3/core/Vector2Keyframe.ts:14 帧数据 weightedMode weightedMode: Vector2 Defined in l...

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

763. [LayaAirIDE3]2d相机打包后问题 [ 67%]

...bg: Laya.Sprite;     private knob: Laya.Sprite;     private maxRadius: number = 240;     private originPoint: Laya.Point;     private touchId: number = -1;     private isTouching: boolean = false;     private deadZone: number = 45;     private isEnabled: boolean = true;      onAwake...

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

764. 2D精灵光 · LayaAir3.3 · 引擎文档 · LAYABOX [ 67%]

...e = true; } // 生成一个矩形 private generateRectVerticesAndUV(width: number, height: number): Laya.Mesh2D { const vertices = new Float32Array(4 * 5); const indices = new Uint16Array(2 * 3); let index = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = ...

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

765. laya.d3.core.trail.TrailRenderer [ 67%]

...BaseMaterial> 获取浅拷贝材质列表。 BaseRender sortingFudge : Number排序矫正值。BaseRenderProtected Properties PropertyDefined By  _projectionViewWorldMatrix : Matrix4x4TrailRendererPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  ...

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

766. laya.d3.animation.AnimationEvent_API3.0 [ 67%]

...in laya/d3/animation/AnimationEvent.ts:10 事件触发参数。 time time: number Defined in laya/d3/animation/AnimationEvent.ts:6 事件触发时间。 Globals "laya/d3/animation/AnimationEvent" AnimationEvent constructor eventName params time Legend Object literal Variable Function Type alias Clas...

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

767. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 67%]

...lic _list: List; //创建一个 List 类的实例对象 list 。 private n:number = 0; private x0:number = 0; private y0:number = 0; constructor(){super();} onEnable():void{ this.x = this.x0; this.y = this.y0; Laya.timer.loop(20, this, this.frameWork); // 每 20 ms 执行一次 } private frameWork()...

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

768. 按钮加载皮肤丢失 [ 67%]

...接到某一条数据,需要用到资源的时候的代码; for (var i:Number = 0; i < allArea.length;i++) {                 var but:Button = new Button();                 but.skin = "image/qfbutton.png";                 but.stateNum = 2;           ...

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

769. fillTexture使用问题 [ 67%]

...无任何效果。 class Map extends laya.display.Sprite { static width: number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.create(this, this.bgLoaded)); } bgLoaded(): void { let t: Laya.Texture = Laya.loader.getRes("res/images...

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

770. 复选框组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 67%]

...Class() export class UI_CheckBox extends Laya.Script { private COL_AMOUNT: number = 2; private ROW_AMOUNT: number = 3; private HORIZONTAL_SPACING: number = 200; private VERTICAL_SPACING: number = 100; private X_OFFSET: number = 100; private Y_OFFSET: number = 50; // 图片资源来自“引擎API使...

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