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

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

581. laya.d3.math.Ray [ 59%]

... var direction:Vector3方向originproperty public var origin:Vector3原点Constructor DetailRay()Constructorpublic function Ray(origin:Vector3, direction:Vector3) 创建一个 Ray 实例。 Parameters origin:Vector3 — 射线的起点  direction:Vector3 — 射线的方向 Fri Sep 29 2017, 06:34 ...

来源: laya_api 发布时间: 20170929

582. laya.ani.bone.DeformSlotData [ 59%]

...opertypublic var deformSlotDisplayList:Vector.<DeformSlotDisplayData>Constructor DetailDeformSlotData()Constructorpublic function DeformSlotData()Sat Apr 22 2017, 10:26 AM +08:00

来源: laya_api 发布时间: 20170422

583. laya.particle.ParticleTemplateBase [ 59%]

...配置数据 textureproperty protected var texture:Texture 粒子贴图 Constructor DetailParticleTemplateBase()Constructorpublic function ParticleTemplateBase() 创建一个新的 ParticleTemplateBase 类实例。 Method DetailaddParticleArray()method public function addParticleArray(position:Floa...

来源: laya_api 发布时间: 20170929

584. laya.filters.BlurFilter [ 59%]

...typublic var strength:Number模糊滤镜的强度(值越大,越不清晰 Constructor DetailBlurFilter()Constructorpublic function BlurFilter(strength:Number = 4) 模糊滤镜 Parameters strength:Number (default = 4) — 模糊滤镜的强度值 Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

585. laya.device.motion.AccelerationInfo [ 59%]

...加速度值。 zproperty public var z:Number z轴上的加速度值。 Constructor DetailAccelerationInfo()Constructorpublic function AccelerationInfo()Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

586. 回调函数... [ 59%]

回调函数... constructor(){ Laya.loader.load(this.skins, Handler.create(this, this.onUIAssetsLoaded)); } aaa() { } function onUIAssetsLoaded( this.aaa();//为什么回调函数不能调用,undefined } 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

587. UI中建立 Dialog [ 59%]

...立 Dialog UI中建立了 Dialog    请问主场景调用 Dialog    constructor(){         super(); 如何调用呢 这个地方 } 附件 : --> 2019-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回...

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

588. HTMLDivElement下划线 [ 59%]

...行间距 聊天消息对话框中new一个HTMLDivElement 报错"Illegal constructor",请问这个该怎么处理? HTMLDivElement 对齐问题! 问题状态 最新活动: 2018-04-26 15:14 浏览: 905 关注: 2 人 182*****278 • 2018-04-26 15:51 那这个下划线的上下位置是不是也不...

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

589. HTMLDivElement stroke 下划线 [ 59%]

...t 下划线 聊天消息对话框中new一个HTMLDivElement 报错"Illegal constructor",请问这个该怎么处理? 问题状态 最新活动: 2018-04-17 15:48 浏览: 1308 关注: 2 人 w1114367261 • 2018-04-17 15:51 还不支持斜体哦

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

590. 调试-帧率统计 [ 59%]

...ser = Laya.Browser; import Stat = Laya.Stat; export class Debug_FPSStats { constructor() { Laya.init(Browser.clientWidth, Browser.clientHeight); Stat.show(Browser.clientWidth - 120 >> 1, Browser.clientHeight - 100 >> 1); } } } new laya.Debug_FPSStats();package { import laya.utils.Browser; import lay...

来源: Laya_示例 发布时间: 20241002