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

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

2951. laya.d3.math.CollisionUtils_API3.0 [ 27%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/CollisionUtils" CollisionUtils Class CollisionUtils Collision 类用于检测碰撞。 Hierarchy CollisionUtils Index Constructors constructor Methods boxContainsBox boxContainsPoint boxCon...

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

2952. 微信小游戏分包实战(TypeScript-小游戏适配文档-微信小游戏) [ 27%]

...b.ts代码如下所示: ```javascript /** * 分包 */ module subpackage{ export class b{ private GameMain:any; private ui:any; constructor(){ //监听按钮btnA的点击事件,触发后处理 this.GameMain.newUI.btnA.on(Laya.Event.CLICK, this, this.showB); } //显示B页 private showB():void { t...

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

2953. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 27%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeShaderData" NativeShaderData Class NativeShaderData Hierarchy ShaderData NativeShaderData Implements IClone INativeUploadNode Index Properties _dataType _nativeObj nat...

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

2954. laya.resource.BaseTexture_API3.0 [ 27%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/BaseTexture" BaseTexture Class BaseTexture BaseTexture 纹理的父类,抽象类,不允许实例。 Hierarchy Resource BaseTexture NativeRenderTexture2D RenderTexture2D RenderTexture T...

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

2955. 3D中摄像机绕物体旋转该如何实现? [ 26%]

...mponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. //...

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

2956. laya.d3.math.native.ConchVector3_API3.0 [ 26%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector3" ConchVector3 Class ConchVector3 Vector3 类用于创建三维向量。 Hierarchy ConchVector3 Implements IClone Index Constructors constructor Properties elements Forwa...

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

2957. 求ShuriKenParticle3D用法 [ 26%]

...  import Burst                    = Laya.Burst;     export class JinBi extends ShuriKenParticle3D {         constructor() {             let material = ShurikenParticleMaterial.load("resources/Assets/ArtResources/Effects/Materials/Effect_yu_jinbi_xulie.lmat");...

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

2958. 2D寻路 · LayaAir3.4 · 引擎文档 · LAYABOX [ 26%]

...DAgent = Laya.Nav2DAgent; const { regClass, property } = Laya; @regClass() export class TestSprite extends Laya.Script { // 用于显示鼠标点击的位置 @property({ type: Laya.Sprite }) public hit: Sprite; private _temp: Sprite; private _allAgent: Nav2DAgent[] = []; private findCompents(lists: ...

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

2959. laya.d3.core.MeshRenderer_API3.0 [ 26%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/MeshRenderer" MeshRenderer Class MeshRenderer MeshRenderer 类用于网格渲染器。 Hierarchy BaseRender MeshRenderer SkinnedMeshRenderer Implements IBoundsCell Index Constructors constr...

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

2960. 官方案例里摄像机绕物体旋转脚本的问题 [ 26%]

...mponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. //...

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