大约有 326 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(162) Laya3.0_api(81) laya_api(28) Laya2.0_文档(18) Laya2.0_api(17) Laya3.0_文档(16) Laya_示例(4)
...目标物体添加上描边 */ public AddCommandBuffet_Outline(sprite3D : Laya.Sprite3D): void{ if((sprite3D as Laya.MeshSprite3D) == null || !this.isUseOuline){ // console.log('spreite3D node meshSprite3D is null'); ...
来源: Laya_社区 发布时间: 20210203
...tionAll Packages | All Classes | Index | Frames No Frames SkinnedMeshSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class SkinnedMeshSprite3DInheritanceSkinnedMeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object SkinnedMeshSprite3D 类用...
来源: Laya2.0_api 发布时间: 20190513
...tionAll Packages | All Classes | Index | Frames No Frames MeshTerrainSprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshTerrainSprite3DInheritanceMeshTerrainSprite3D MeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object TerrainMeshSprite3D 类用...
来源: Laya2.0_api 发布时间: 20190513
为什么Sprite3D.name 都是"" 呢? 那getChildByName还有什么用?? 为什么Sprite3D.name 都是"" 呢? 那getChildByName还有什么用?? unity导出来的 .ls 里的sprite3D name不是空的 [而且也不会有人把unity里的gameObject名字去每个都改成""吧] 附件 : --> 2...
来源: Laya_社区 发布时间: 20171221
...ants Packagelaya.d3.coreClasspublic class BaseCameraInheritanceBaseCamera Sprite3D Node EventDispatcher ObjectSubclasses Camera BaseCamera 类用于创建摄像机的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean ...
来源: Laya2.0_api 发布时间: 20190513
...s Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D Node EventDispatcher Object Camera 类用于创建摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Nod...
来源: Laya2.0_api 发布时间: 20190513
...不回调 this.sceneP = Laya.stage.addChild(Laya.Scene.load(name)) as Laya.Sprite3D; //this.sceneP.transform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3, 3); this.sceneP.trans...
来源: Laya_社区 发布时间: 20180327
销毁或移除sprite3D后再次生成的问题 销毁或移除sprite3D (路径下的资源),之后重新sprite3D.load(原先资源) 最后在添加到scene时报错了,提示说添加的不是sprite3D类型,这个是为什么,有啥解决方案 2017-08-02 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170802
Sprite3D 不旋转 我在场景里面加载了一个meshsprite3d和一个自己从unity里面导出的sprite3d,都用 Laya.timer.loop(10,null,function():void{ layaMonkey.transform.rotate(vect,true,false) }) 让他自...
来源: Laya_社区 发布时间: 20180302
...tSprite deprecated LightSprite 类用于创建灯光的父类。 Hierarchy Sprite3D LightSprite DirectionLight PointLight SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hi...
来源: Laya3.0_api 发布时间: 20231115