大约有 108 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
... coneMesh.sharedMesh = Laya.PrimitiveMesh.createCone(0.25, 0.75); // 创建材质 let coneMaterial: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); coneRender.sharedMaterial = coneMaterial; //把圆锥形3D节点对象添加到3D场景节点下 this.scene.addChild(cone); //设置随机位...
来源: Laya3.0_文档 发布时间: 20241014
... Parameters chunkOffsetX:int — 网格,同时会加载网格所用默认材质。 chunkOffsetZ:int — 名字。 girdSize:Number terrainHeightData:Float32Array heightDataWidth:int heightDataHeight:int cameraCoordinateInverse:Boolean name:String (default = null)Method Detail_cloneTo()method...
来源: Laya2.0_api 发布时间: 20190513
...ers mesh:Mesh (default = null) — 网格,同时会加载网格所用默认材质。 name:String (default = null) — 名字。 Method Detail_changeAnimatorAvatar()methodoverride protected function _changeAnimatorAvatar(avatar:Avatar):void Parameters avatar:Avatar_changeHierarchyAnimator()method ...
来源: Laya2.0_api 发布时间: 20190513
...mesh:BaseMesh (default = null) — 网格,同时会加载网格所用默认材质。 name:String (default = null) — 名字。 Method Detail_addSelfRenderObjects()methodoverride protected function _addSelfRenderObjects():void 添加自身渲染物体,请重载此函数。 _addToInitStaticBatchM...
来源: laya_api 发布时间: 20170929
...ya.PrimitiveMesh.createBox(0.75, 0.5, 0.5))) as Laya.MeshSprite3D; //设置材质 box.meshRenderer.material = this.mat1; //设置空间位置 let transform = box.transform; let pos = transform.position; pos.setValue(1, 6, 0); transform.position = pos; //创建刚体碰撞器 let _rigidBody = box.add...
来源: Laya2.0_文档 发布时间: 20210715
...rs Default value mesh: Mesh = null 网格,同时会加载网格所用默认材质。 Default value name: string = null 名字。 Returns MeshSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _scene _scene: Node Inherited from Node._s...
来源: Laya3.0_api 发布时间: 20231115
...rs Default value mesh: Mesh = null 网格,同时会加载网格所用默认材质。 Default value name: string = null 名字。 Returns SkinnedMeshSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _scene _scene: Node Inherited from ...
来源: Laya3.0_api 发布时间: 20231115
...rs Default value mesh: Mesh = null 网格,同时会加载网格所用默认材质。 Default value name: string = null 名字。 Returns SimpleSkinnedMeshSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _scene _scene: Node Inherited...
来源: Laya3.0_api 发布时间: 20231115