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

大约有 2,916 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)

831. laya.d3.component.AvatarMask_API3.0 [ 71%]

...TransformActive setTransformActive Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

832. 使用HttpRequest向外部链接请求ip所在省份时,遇到 No 'Access-Control-Allow-Origin' header错误 [ 71%]

...n/iplookup/iplookup.php?format=js 尝试了两种方式: 1.  <script type="text/javascript" src="http://int.dpool.sina.com.cn/i ... ot%3B charset="gb2312"></script>     <script type="text/javascript">         window.onload = function (){             ipmsg();  ...

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

833. laya.utils.ImgUtils_API3.0 [ 71%]

...fferToURL arrayBufferToURL destroy Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

834. laya.ui.FontClip_API3.0 [ 71%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/...

来源: Laya3.0_api 发布时间: 20231115

835. laya.d3.physicscannon.CannonContactPoint_API3.0 [ 71%]

...nce normal positionOnA positionOnB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

836. laya.components.Keyframe2D_API3.0 [ 71%]

...erties data time defaultWeight Methods clone cloneTo Properties data data: TypeAniKey Defined in laya/components/KeyFrame2D.ts:30 帧里面的具体数据 time time: number Defined in laya/components/KeyFrame2D.ts:28 时间。 Static defaultWeight defaultWeight: number = 0.33333 Defined in laya/comp...

来源: Laya3.0_api 发布时间: 20231115

837. laya.d3.physics.ContactPoint_API3.0 [ 71%]

...nce normal positionOnA positionOnB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

838. laya.d3.Input3D_API3.0 [ 71%]

...tiTouchEnabled getTouch touchCount Legend Object literal Variable Function Type alias Class Class with type parameter Method Accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

839. laya.components.Animation2DEvent_API3.0 [ 71%]

... constructor eventName params time Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

840. List翻页效果 [ 71%]

...urPage(index) } public onMouse(e: Laya.Event, index: number): void { if (e.type == Laya.Event.MOUSE_DOWN) { this.m_downValue = this.list_rule.scrollBar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.va...

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