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

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

291. 调试正常但发布后,index.html在浏览器打开出现跨源受限的问题 [ 82%]

...发布后,index.html在浏览器打开出现跨源受限的问题 Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. laya.core.min.js:6 [warn]Retry to load: E:/laya/layatest/release/lay...

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

292. laya.net.LoaderManager_API3.0 [ 82%]

...合 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...

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

293. laya.utils.Tween [ 82%]

...动。 Tween  complete():void 立即结束缓动并到终点。 Tween  from(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween 从props属性,缓动到当前状态。 Tween  from(target:*, props:Object, durat...

来源: laya_api 发布时间: 20170929

294. laya.d3.renderobjs.renderobj.FastSinglelist_API3.0 [ 82%]

...of Constructors constructor new FastSinglelist(): FastSinglelist Inherited from SingletonList.constructor Defined in laya/utils/SingletonList.ts:9 创建一个新的 SingletonList 实例。 Returns FastSinglelist Methods destroy destroy(): void Inherited from SingletonList.destroy Defined in laya/ut...

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

295. 定时器 · LayaAir3.0文档 · LAYABOX [ 82%]

...用示例如下: const { regClass } = Laya; import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export class RuntimeScript extends RuntimeScriptBase { onAwake(): void { //60帧后,图片的透明度变为0.5 Laya.timer.frameOnce(60, this, () => { this.Image.alpha = 0.5;...

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

296. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 81%]

... _geometryElementOBj _geometryElementOBj: IRenderGeometryElement Inherited from GeometryElement._geometryElementOBj Defined in laya/d3/core/GeometryElement.ts:20 autoRandomSeed autoRandomSeed: boolean = false Defined in laya/d3/core/particleShuriKen/ShurikenParticleSystem.ts:310 是否使用随机...

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

297. 打包XCode项目包贴上二次开发demo代码时提示错误:Use of undeclared identifier 'conchRuntime' [ 81%]

...symbols for architecture arm64:   "_OBJC_CLASS_$_conchConfig", referenced from:       objc-class-ref in GameReadingViewController.o   "_OBJC_CLASS_$_conchRuntime", referenced from:       objc-class-ref in GameReadingViewController.o   "_OBJC_IVAR_$_conchRuntime.m_currentFrame", referenc...

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

298. laya.utils.Tween [ 81%]

...动。 Tween  complete():void 立即结束缓动并到终点。 Tween  from(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween 从props属性,缓动到当前状态。 Tween  from(target:*, props:Object, durat...

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

299. 粒子属性详解(TypeScript-3D基础(TS)-LayaAir3D之粒子系统) [ 81%]

...发射器的体积和形状。 1. `Sphere` 球 1. *Radius* 半径 2. *Emit from shell* 根据壳发射 3. *Randomize Direction* 随机化方向 2. `Hemisphere` 半球形状 1. *Radius* 半径 2. *Emit from shell* 根据壳发射 3. *Randomize Direction* 随机化方向 3. `cone` 锥形 1. *Angle* ...

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

300. 粒子属性详解(JavaScript-3D基础(JS)-LayaAir3D之粒子系统) [ 81%]

...发射器的体积和形状。 1. `Sphere` 球 1. *Radius* 半径 2. *Emit from shell* 根据壳发射 3. *Randomize Direction* 随机化方向 2. `Hemisphere` 半球形状 1. *Radius* 半径 2. *Emit from shell* 根据壳发射 3. *Randomize Direction* 随机化方向 3. `cone` 锥形 1. *Angle* ...

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