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

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

651. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 45%]

...derShape.ts:22 创建一个新的 SphereColliderShape 实例。 Parameters Default value radius: number = 0.5 半径。 Returns SphereColliderShape Properties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CompoundColliderShape.needsCustomCollisionCallback ...

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

652. List翻页效果怎么实现 [ 45%]

...fo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Han...

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

653. laya.d3.core.pixelLine.PixelLineSprite3D [ 44%]

... = null) 创建一个 PixelLineSprite3D 实例。 Parameters maxCount:int (default = 2) — 最大线段数量。  name:String (default = null) — 名字。 Method Detail_changeRenderObjects()method public function _changeRenderObjects(sender:PixelLineRenderer, index:int, material:BaseMaterial):vo...

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

654. 分享,扩展Laya.Text组件实现简单的富文本 [ 44%]

...-= lineWidth / 2; break; case 'right': x -= lineWidth; break; case 'left': default: break; } y += this._charSize.height; this._graphics.drawLine(x, y, x + lineWidth, y, this.underColor || this.color, 1); } /** * 取出关键字即所在的索引 * @param _text */ private parseType(_text: string) { l...

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

655. Config_API3.0 [ 44%]

...擎之前设置。 Hierarchy Config Index Properties FPS animationInterval defaultFont defaultFontSize destroyResourceImmediatelyDefault fixedFrames isAlpha isAntialias isDepth isStencil isfailIfMajorPerformanceCaveat powerPreference premultipliedAlpha preserveDrawingBuffer printWebglOrder useRetina...

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

656. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 44%]

...derShape.ts:16 创建一个新的 SphereColliderShape 实例。 Parameters Default value radius: number = 0.5 半径。 Returns CannonSphereColliderShape Properties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CannonColliderShape.needsCustomCollisionCallb...

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

657. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 44%]

...要用到这个key。 我这里excel中id为1的,转换出来之后就是default_1,……依次类推。   4.吧style.json放入游戏预加载列表中。   5.写一个样式管理器,统一处理样式相关操作。下面是我的代码: StyleManager.ts/** * @User: liuliqianxiao * @Date: ...

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

658. native 1.0.2 连不上wss [ 44%]

...ith OpenSSL support NOTICE: Doing SSL library init NOTICE: Creating Vhost 'default' port -1, 1 protocols, IPv6 on NOTICE: lws_context_init_client_ssl: doing cert filepath NOTICE: Loaded client cert /var/mobile/Containers/Data/Application/191B3AE2-4606-48EF-932D-E1D1A59B5773/Library/Caches/ssl.crt NO...

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

659. Ease.elasticOut如何自定义参数,直接设置的话会变成number [ 44%]

...er, d:Number, a:Number = 0, p:Number = 0):Number { /*[DISABLE-ADD-VARIABLE-DEFAULT-VALUE]*/ var s:Number; if (t == 0) return b; if ((t /= d) == 1) return b + c; if (!p) p = d * .3; if (!a || (c > 0 && a < c) || (c < 0 && a < -c)) { a = c; s = p / 4; } else s = p / PI2 * M...

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

660. laya.utils.Utils [ 44%]

...回0。 Parameters str:String — 要被解析的字符串。  radix:int (default = 0) — 表示要解析的数字的基数。默认值为0,表示10进制,其他值介于 2 ~ 36 之间。如果它以 “0x” 或 “0X” 开头,将以 16 为基数。如果该参数不在上述范围内,...

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