大约有 24 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...ght: number, ...plugins: any[]): Promise<void> Defined in Laya.ts:73 初始化引擎。使用引擎需要先初始化引擎,否则可能会报错。 Parameters Optional stageConfig: IStageConfig Returns Promise<void> Defined in Laya.ts:80 初始化引擎。使用引擎需要先初始...
来源: Laya3.0_api 发布时间: 20231115
...ls Only exported Menu Globals "Laya3D" Laya3D Class Laya3D Laya3D 类用于初始化3D设置。 Hierarchy Laya3D Index Accessors enablePhysics Methods createRenderObjInit init Accessors Static enablePhysics get enablePhysics(): any Defined in Laya3D.ts:82 获取是否可以启用物理。 Returns an...
来源: Laya3.0_api 发布时间: 20231115
... Menu Globals "Config3D" Config3D Class Config3D Config3D 类用于创建3D初始化配置。 Hierarchy Config3D Index Properties BVH_Min_Build_nums BVH_limit_size BVH_max_SpatialCount customResolution debugFrustumCulling defaultCacheRTMemory defaultPhysicsMemory enableDynamicBatch enableMultiLight ...
来源: Laya3.0_api 发布时间: 20231115
...nitData initData(data: any): void Defined in laya/ani/bone/Transform.ts:28 初始化数据 Parameters data: any Returns void skew skew(m: Matrix, x: number, y: number): Matrix Defined in laya/ani/bone/Transform.ts:79 获取倾斜矩阵 Parameters m: Matrix x: number y: number Returns Matrix Globals ...
来源: Laya3.0_api 发布时间: 20231115
...number, mainCanv: HTMLCanvas): Render Defined in laya/renders/Render.ts:59 初始化引擎。 Parameters width: number 游戏窗口宽度。 height: number 游戏窗口高度。 mainCanv: HTMLCanvas Returns Render Properties Static _Render _Render: Render Defined in laya/renders/Render.ts:46 Static ...
来源: Laya3.0_api 发布时间: 20231115
... Class Config Config 用于配置一些全局参数。如需更改,请在初始化引擎之前设置。 Hierarchy Config Index Properties FPS animationInterval defaultFont defaultFontSize destroyResourceImmediatelyDefault fixedFrames isAlpha isAntialias isDepth isStencil isfailIfMajorPerformanceCa...
来源: Laya3.0_api 发布时间: 20231115
...oid Defined in laya/net/LoaderManager.ts:97 根据clas类型创建一个未初始化资源的对象,随后进行异步加载,资源加载完成后,初始化对象的资源,并通过此对象派发 Event.LOADED 事件,事件回调参数值为此对象本身。套嵌资源的子资源会保...
来源: Laya3.0_api 发布时间: 20231102
... Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():void { var animation:Animation = new Animation();//创建一个 Animation 类的实例对象 animation 。 animation.loadAtlas("resource/ani/fighter.json");//加载图集并播放 animation....
来源: Laya3.0_api 发布时间: 20231115
...Byte 类的实例。 Parameters Default value data: any = null 用于指定初始化的元素数目,或者用于初始化的TypedArray对象、ArrayBuffer对象。如果为 null ,则预分配一定的内存空间,当可用空间不足时,优先使用这部分内存,如果还不够,则重...
来源: Laya3.0_api 发布时间: 20231115
...: glTFSampler): any[] Defined in laya/gltf/glTFUtils.ts:453 获取 Texture 初始化参数 Parameters glTFImage: glTFImage glTFSampler: glTFSampler Returns any[] Static getTextureFilterMode getTextureFilterMode(glTFSampler: glTFSampler): number Defined in laya/gltf/glTFUtils.ts:418 获取 Texture fi...
来源: Laya3.0_api 发布时间: 20231102