大约有 621 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya3.0_api(295) Laya_社区(261) Laya2.0_文档(32) Laya3.0_文档(19) Laya2.0_示例(5) Laya2.0_api(5) laya_api(2) Laya_示例(2)
...发布后,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
...合 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
...动。 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
...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
...用示例如下: 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
... _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
...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
...动。 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
...发射器的体积和形状。 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
...发射器的体积和形状。 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