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

大约有 1,016 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0050 秒)

671. laya.d3.core.Transform3D [ 55%]

... Transform3D 类用于实现3D变换。 Public Properties PropertyDefined By  dummy : AnimationTransform3D 取关联虚拟变换。 Transform3D  forward : Vector3[read-only] 获取向前方向。 Transform3D  localMatrix : Matrix4x4 获取局部矩阵。 Transform3D  localPosition : Vector3...

来源: laya_api 发布时间: 20170929

672. laya.d3.math.OrientedBoundBox [ 55%]

...BoundBox 类用于创建OBB包围盒。 Public Properties PropertyDefined By  extents : Vector3每个轴长度的一半OrientedBoundBox  transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods  MethodDe...

来源: laya_api 发布时间: 20170929

673. laya.d3.graphics.FrustumCulling [ 55%]

...CullingInheritanceFrustumCulling Object ... Public Methods  MethodDefined By  FrustumCulling()FrustumCulling  renderObjectCulling(boundFrustum:BoundFrustum, scene:BaseScene, camera:BaseCamera, view:Matrix4x4, projection:Matrix4x4, projectionView:Matrix4x4):void[static] FrustumCulling  renderO...

来源: laya_api 发布时间: 20170422

674. laya.ui.Radio [ 55%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会...

来源: Laya2.0_api 发布时间: 20190513

675. 多线程worker(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 54%]

...sk.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. ``` 新建一个my_task.js文件,代码如下: ```typescript self.addEventListener('message', function (e) { var xmlreq = new XMLHttpRequest(); xm...

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

676. laya.ui.Image [ 54%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会...

来源: Laya2.0_api 发布时间: 20190513

677. laya.display.AnimationBase [ 54%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会...

来源: Laya2.0_api 发布时间: 20190513

678. 开放数据域组件 · LayaAir3.0文档 · LAYABOX [ 54%]

...信小游戏》。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-06-28 19:14:30 img{cursor:pointer}

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

679. laya.ui.FontClip [ 54%]

...erited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  align : String水平对齐方式FontClip alpha : Number透明度,值为0-1,默认值...

来源: Laya2.0_api 发布时间: 20190513

680. laya2.0 http 发送请求跨域报错 [ 54%]

...W@GJ$ACOF(TYDYECOKVDYB.pnghttp://192.168.50.231:8900' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.   在电脑上运行都没问题,在手机...

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