大约有 1,191 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(429) Laya_社区(256) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(29) Laya2.0_示例(6) Laya_示例(6)
...r.ts:37 Returns Accelerator Methods event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多...
来源: Laya3.0_api 发布时间: 20231115
...动画片段资源。 Public Properties PropertyDefined By islooping : Boolean是否循环。AnimationClipPublic Methods MethodDefined By AnimationClip() 创建一个 AnimationClip 实例。 AnimationClip load(url:String):AnimationClip[static] 加载动画模板。 AnimationClip onAsy...
来源: laya_api 发布时间: 20170929
...的生命周期尺寸。 Public Properties PropertyDefined By enbale : Boolean是否启用SizeOverLifetime size : GradientSize[read-only] 取尺寸。 SizeOverLifetimePublic Methods MethodDefined By SizeOverLifetime(size:GradientSize) 创建一个 SizeOverLifetime 实例。 SizeOverLifet...
来源: laya_api 发布时间: 20170929
...的生命周期尺寸。 Public Properties PropertyDefined By enbale : Boolean是否启用SizeOverLifetime size : GradientSize[read-only] 取尺寸。 SizeOverLifetimePublic Methods MethodDefined By SizeOverLifetime(size:GradientSize) 创建一个 SizeOverLifetime 实例。 SizeOverLifet...
来源: Laya2.0_api 发布时间: 20190513
...32Array盒发射器速度随机值ParticleSetting colorComponentInter : Boolean = falsefalse代表RGBA整体插值,true代表RGBA逐分量插值ParticleSetting disableColor : Boolean = falsefalse代表使用参数颜色数据,true代表使用原图颜色数据ParticleSetting duration : ...
来源: laya_api 发布时间: 20170929
...formString glslUniformString(uniformsMap: UniformMapType, useUniformBlock: boolean): string Defined in laya/d3/shader/GLSLCodeGenerator.ts:17 Parameters uniformsMap: UniformMapType useUniformBlock: boolean Returns string Globals "laya/d3/shader/GLSLCodeGenerator" GLSLCodeGenerator glslAttributeStrin...
来源: Laya3.0_api 发布时间: 20231102
... ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween { return _create(target, props, duration, ease, complete, delay, coverBefore, true, false, true); } 2018-06-21 0 6 分享 微博 QZONE 微信 为什么被折叠? ...
来源: Laya_社区 发布时间: 20180621
...tas cloneTo(destObject:*):void 克隆。 DefineDatas has(define:int):Boolean 是否包含Shader宏定义。 DefineDatas remove(define:int):void 移除Shader宏定义。 DefineDatasConstructor DetailDefineDatas()Constructorpublic function DefineDatas() 创建一个 DefineDatas 实例。 Meth...
来源: Laya2.0_api 发布时间: 20190513
... OBJ Parameters value: BufferState Returns void destroyed get destroyed(): boolean Inherited from GeometryElement.destroyed Defined in laya/d3/core/GeometryElement.ts:87 获取是否销毁。 Returns boolean 是否销毁。 drawType get drawType(): number set drawType(value: number): void Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...y: number, caller: any, method: Function, args: any[] = null, coverBefore: boolean = true): void { this._create(true, false, delay, caller, method, args, coverBefore); } 使用示例如下: const { regClass } = Laya; import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export...
来源: Laya3.0_文档 发布时间: 20251010