大约有 9,044 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0205 秒)
Laya_社区(8096) Laya3.0_api(304) Laya2.0_api(209) Laya2.0_文档(174) laya_api(166) Laya3.0_文档(76) Laya_示例(11) Laya2.0_示例(8)
...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
... void getCenter getCenter(): Vector3 Defined in laya/d3/math/Bounds.ts:112 获取包围盒的中心点。 Returns Vector3 包围盒的中心点。 getCorners getCorners(corners: Vector3[]): void Defined in laya/d3/math/Bounds.ts:189 Parameters corners: Vector3[] Returns void getExtent getExtent(): V...
来源: Laya3.0_api 发布时间: 20231115
...1 = r / Math.tan(halfAng); 这一行有点不太理解,大致意思是获取到角平分线上的半角 alpha 获取tan对边长度,感觉应该是 r / Math.tan(alpha)? 希望有人能够解答下我的困惑,感谢~ 附件 : --> 2020-10-23 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20201023
...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
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite botto...
来源: laya_api 发布时间: 20170929
...ited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[override] [read-only] 获取是否为单实例组...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...or3): void Defined in laya/d3/physicsCannon/CannonPhysicsSimulation.ts:129 获取重力。 Returns Vector3 Defined in laya/d3/physicsCannon/CannonPhysicsSimulation.ts:135 获取重力。 Parameters value: Vector3 Returns void solverIterations get solverIterations(): number set solverIterations(value...
来源: Laya3.0_api 发布时间: 20231102
...? 解答:也可以将数据以Object的形式存放大数组下进行获取 正确的写法: arr[0]={url:"iamges/xxx.xxxx",total:25,music:"music/xxx.xxx" 问题3:由于是H5项目,是不是需要进行预加载。每一次切换同时加载连续的三条数据? 解答: 如果是序...
来源: Laya_社区 发布时间: 20160505