大约有 447 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)
...in laya/utils/StatUI.ts:44 override 显示性能统计信息。 Parameters Default value x: number = 0 X轴显示位置。 Default value y: number = 0 Y轴显示位置。 views: Array<StatUIParams> Returns void Globals "laya/utils/StatUI" StatUI enable hide isCanvasRender renderNotCanvas set_o...
来源: Laya3.0_api 发布时间: 20231102
...rTime.ts:14 通过固定帧创建一个 FrameOverTime 实例。 Parameters Default value constant: number = 0 固定帧。 Returns FrameOverTime 时间帧。 Static createByOverTime createByOverTime(overTime: GradientDataInt): FrameOverTime Defined in laya/d3/core/particleShuriKen/module/FrameOverTi...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/particle/emitter/EmitterBase.ts:92 时钟前进 Parameters Default value passedTime: number = 1 前进时间 Returns void clear clear(): void Defined in laya/particle/emitter/EmitterBase.ts:75 清理当前的活跃粒子 Returns void emit emit(): void Defined in laya/particle/emitter...
来源: Laya3.0_api 发布时间: 20231115
...ernion Implements IClone Index Constructors constructor Properties w x y z DEFAULT NAN Methods clone cloneTo equals forNativeElement fromArray getYawPitchRoll identity invert length lengthSquared normalize rotateX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 creat...
来源: Laya3.0_api 发布时间: 20231102
...gJsPath?: string): void Defined in Laya.ts:269 开启DebugPanel Parameters Default value debugJsPath: string = "libs/laya.debugtool.js" laya.debugtool.js文件路径 Returns void Static init init(stageConfig?: IStageConfig): Promise<void> init(width: number, height: number, ...plugins: any[]):...
来源: Laya3.0_api 发布时间: 20231115
...staticVersion = JSON.parse(file.contents.toString()) let content = `export default ${file.contents.toString()}` file.contents = new Buffer(content) this.push(file) return cb() }); }()) .pipe(gulp.dest('.')) }) /** 图集资源添加时间戳 */ gulp.task('updata_atlas_version',['create:hash'], () =&...
来源: Laya_社区 发布时间: 20180412
...eters position: Vector3 粒子位置。 direction: Vector3 粒子方向。 Default value rand: Rand = null Default value randomSeeds: Uint32Array = null Returns void Globals "laya/d3/core/particleShuriKen/module/shape/BaseShape" ParticleSystemShapeType BaseShape constructor enable randomDirection sh...
来源: Laya3.0_api 发布时间: 20231115
...dState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getDefaultState hasHideFlag linkSprite3DToAvatarNode onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate play removeState unLinkSprite3DToAvatarNode Constructors constructo...
来源: Laya3.0_api 发布时间: 20231102
...rnion Implements IClone Index Constructors constructor Properties elements DEFAULT NAN Accessors w x y z Methods clone cloneTo equals fromArray getYawPitchRoll identity invert length lengthSquared normalize rotateX rotateY rotateZ scaling add createFromAxisAngle createFromMatrix3x3 createFromMatrix4...
来源: Laya3.0_api 发布时间: 20231102
...个时候它并不会被打入bundle.js, 得把这段代码改成export default class asd { }才能在bundle.js里找到它?? 有没有什么方法或者构建选项可以不用写那么多export和import吗? 因为现在项目用的1.0版本基本都快完成了,之前都是不写import...
来源: Laya_社区 发布时间: 20190109