大约有 807 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(399) Laya3.0_api(148) Laya2.0_api(95) laya_api(79) Laya2.0_文档(71) Laya3.0_文档(14) Laya_示例(1)
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...
来源: Laya3.0_api 发布时间: 20231102
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D color : Vector3 灯光颜色。 LightSprite componentsCount : int[read-only] 获得组件的数量。...
来源: laya_api 发布时间: 20170929
TiledMap获取层级的自定义属性的方式有误 在 Tiled Map Editor 中的 map1 层中定义了两个自定义属性 pro01、pro02, 之后在代码中通过 getLayerByName() 方法获取到该层, 接着想用过 getLayerProperties() 方法获取到自定义属性, 发现总是取...
来源: Laya_社区 发布时间: 20190325
如何获取指定类的共有的变量名集合 ? 以前用AS开发Flash的时候使用的是以下方法: public static function getPublicVarNameList($class:Class):Vector.<String> { var vt:Vector.<String> = new Vector.<String>(); var classXml:XML=describeTy...
来源: Laya_社区 发布时间: 20180329
...加载问题 关于适配采用showAll后留白部分的颜色问题 怎样获取浏览器地址传过来的GET参数 关于apk打包动画卡的问题 关于主程序过大的问题 我这样载入场景问题出现在哪呢?? 问题状态 最新活动: 2018-04-26 10:21 浏览: 1486 关注: 2 ...
来源: Laya_社区 发布时间: 20180426
3D场景UNITY导出相机,怎么获取并使用 child":[ { "type":"Camera", "props":{ "isStatic":false, "name":"AutoCamera", "clearFlag":1, "orthographic":false, "fieldOfView":60, "nearPlane":0.3, "farPlane":90 }, var camera= scene.getChildByName("AutoCamera"); console.log(camera); 2017-09-26 添...
来源: Laya_社区 发布时间: 20170926
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...s中,使用input标签可以打开一个浏览本地文件的窗口,来获取本地信息。<input type="file" id="myfile" value="" name="myfile" multiple="multiple"/> 这种功能在laya里面可以使用吗? 如果调用这个方法在原生js里面是可以弹出窗口的。var ne ...
来源: Laya_社区 发布时间: 20180723
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Sprite3D componentsCount : int[read-only] 获得组件的数量。 Sprite3D destroyed : Boolean[只读]是否已...
来源: laya_api 发布时间: 20170929
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boolean[read-only] 获取在层级中是否激活。 Sprite3D belongScene : Boolean[read-only] 获取是否属于场景。 Sprite3D componentsCount : int[read-only] ...
来源: laya_api 发布时间: 20170603