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

大约有 701 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)

131. laya.display.Node_API3.0 [ 71%]

...callLater clearTimer contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt re...

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

132. laya.ani.bone.Templet_API3.0 [ 71%]

...Data destroy event getAniDuration getAniNameByIndex getAnimation getAnimationCount getAnimationDataWithCache getNodeCount getNodeIndexWithName getNodeKeyFrame getNodes getNodesCurrentFrameIndex getOriginalData getOriginalDataUnfixedRate getPublicExtData getSkinIndexByName getTexture getTotalkeyframe...

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

133. sk文件加载 [ 70%]

...                                 Laya.timer.once(2000,this,function(){                 sk.destroy(true)                 sk = null;                 Laya.loader.clearRes("res/sk/cow.sk");                 Laya...

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

134. laya.net.Loader_API3.0 [ 70%]

...x Constructors constructor Properties maxLoader retryDelay retryNum ANIMATIONCLIP ATLAS BUFFER FONT HIERARCHY IMAGE JSON MATERIAL MESH SOUND SPINE TERRAINHEIGHTDATA TERRAINRES TEXT TEXTURE2D TEXTURECUBE TTF VIDEO XML downloader extMap groupMap loadedMap preLoadedMap typeMap Accessors loading Methods...

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

135. laya.resource.Texture2D_API3.0 [ 70%]

...s gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once setDDSData setHDRData setImageData setKTXData setPixelsData setSubPixelsData destroyUnusedResources load Constructors constructor new Texture2D(width: number, height: number, format: TextureFormat, mipmap?: boolean, canR...

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

136. laya.d3.core.Transform3D_API3.0 [ 70%]

...ocal hasListener localToGlobal lookAt objLookat off offAll offAllCaller on once rotate rotationTo setWorldLossyScale toDir toLocalNormal translate Properties Static tmpVec3 tmpVec3: Vector3 = new Vector3() Defined in laya/d3/core/Transform3D.ts:882 Accessors localMatrix get localMatrix(): Matrix4x4 ...

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

137. 灯光-方向光 [ 69%]

...ad("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); layaMonkey.once(Laya.Event.HIERARCHY_LOADED, this, function () { var aniSprite3d = layaMonkey.getChildAt(0); var animator = aniSprite3d.getComponentByType(Laya.Animator); animator.play(null, 1.0, 40, 70); }); var _quaternion = new Laya....

来源: Laya_示例 发布时间: 20251130

138. laya.d3.resource.RenderTexture_API3.0 [ 69%]

...a gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTexture(width: number, height: number, colorFormat: RenderTargetFormat, depthFormat: RenderTargetFormat, generateM...

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

139. laya.resource.RenderTexture_API3.0 [ 69%]

...a gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTexture(width: number, height: number, colorFormat: RenderTargetFormat, depthFormat: R...

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

140. 照相机-正交相机 [ 69%]

...ad("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); layaMonkey.once(Laya.Event.HIERARCHY_LOADED, this, function () { layaMonkey.transform.localScale = new Laya.Vector3(3, 3, 3); //转换2D屏幕坐标系统到3D正交投影下的坐标系统 camera.convertScreenCoordToOrthographicCoord(p...

来源: Laya_示例 发布时间: 20251130