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

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

111. 弹窗视图组件 · LayaAir3.0文档 · LAYABOX [ 68%]

...后,是否自动销毁(销毁节点和使用到的资源),默认为false dragArea 拖动区域(格式:x,y,width,height),默认值为"0,0,0,0" isModal 是否是模式窗口,默认为false。为模式窗口时,点击弹窗空白处,可自动关闭该弹窗 isShowEffect 是否显...

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

112. laya.d3.graphics.IndexBuffer3D [ 68%]

...fer3D(indexType:String, indexCount:int, bufferUsage:int, canRead:Boolean = false) 创建一个 IndexBuffer3D,不建议开发者使用并用IndexBuffer3D.create()代替 实例。 IndexBuffer3D _bind():voidBuffer  getData():Uint16Array 获取索引数据。 IndexBuffer3D  setData(data:*, bufferOf...

来源: laya_api 发布时间: 20170929

113. laya.net.HttpRequest_API3.0 [ 68%]

...类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器...

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

114. laya.display.BitmapFont [ 68%]

...js-1-2-5Public Properties PropertyDefined By  autoScaleSize : Boolean = false表示是否根据实际使用的字体大小缩放位图字体大小。BitmapFont  fontSize : Number = 12当前位图字体字号,使用时,如果字号和设置不同,并且autoScaleSize=true,则按照设置...

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

115. 使用二进制图片 · LayaAir3.0文档 · LAYABOX [ 67%]

...: Texture2D = new Texture2D(res.width, res.height, TextureFormat.R8G8B8A8, false, false, true); t2d.setImageData(res, true, false); //创建Texture var texture: Texture = new Texture(t2d); let sp2:Sprite = new Sprite(); //使用Sprite对象的绘制纹理方式 sp2.graphics.drawTexture(texture, 150,...

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

116. 定时器 · LayaAir3.0文档 · LAYABOX [ 67%]

...rgs: any[] = null, coverBefore: boolean = true): void { this._create(true, false, delay, caller, method, args, coverBefore); } 使用示例如下: const { regClass } = Laya; import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export class RuntimeScript extends RuntimeScriptB...

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

117. 在子界面生成的数据如何传回父界面 [ 67%]

...oid开始的那个"打开游戏"的白色界面怎么去掉? 设置visible=false部分界面不生效? layaUI.max.all.js 这个文件怎么生成的? 问题状态 最新活动: 2018-03-12 10:23 浏览: 715 关注: 2 人

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

118. laya.physics.joint.PulleyJoint [ 67%]

...ited Public Properties PropertyDefined By  collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falsePulleyJoint destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : i...

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

119. laya.utils.HitArea [ 67%]

... ReturnsBoolean — 如果包含指定的点,则值为 true;否则为 false。 isHit()method  public function isHit(x:Number, y:Number):Boolean 是否包含某个点 Parameters x:Number — x坐标  y:Number — y坐标 ReturnsBoolean — 是否点击到 Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

120. laya.physics.joint.DistanceJoint [ 67%]

...ited Public Properties PropertyDefined By  collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseDistanceJoint  damping : Number刚体在回归到节点过程中受到的阻尼,建议取值0~1DistanceJoint destroyed : Boolean[read-only] ...

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