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

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

321. laya.d3.Input3D [ 75%]

...  public function get multiTouchEnabled():Boolean    public function set multiTouchEnabled(value:Boolean):voidMethod Detail__init__()method public function __init__(canvas:*, scene:Scene3D):void private Parameters canvas:* scene:Scene3DgetTouch()method  public function getTouch(index:int):To...

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

322. laya.device.media.HtmlVideo_API3.0 [ 75%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getVideo hasListener isCreateFromURL off offAll offAllCaller on once setSource create destroyUnusedResources Constructors constructor new HtmlVideo(): HtmlVideo Overrides...

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

323. laya.d3.core.light.SpotLight [ 75%]

...de replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执...

来源: laya_api 发布时间: 20170929

324. laya.ui.FontClip [ 75%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

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

325. 2.2.0 Html使用img标签解析错误 [ 75%]

.../LayaTest/TestHtml2.2.0/bin/libs/laya.html.js:1140:29)   at HTMLDivParser.set innerHTML [as innerHTML] (file:///D:/LayaTest/TestHtml2.2.0/bin/libs/laya.html.js:1125:18)   at HTMLDivElement.set innerHTML [as innerHTML] (file:///D:/LayaTest/TestHtml2.2.0/bin/libs/laya.html.js:1399:37)   at TestHtml...

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

326. laya.components.CommonScript_API3.0 [ 74%]

...ors awaked destroyed enabled hideFlags id isSingleton Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new CommonScript(): CommonScript Overrides Component.constructo...

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

327. laya.ui.TextInput [ 74%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

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

328. laya.ui.Button [ 74%]

...依据。 Stage对象和UI的View组件默认为true。 Sprite  iconOffset : String图标x,y偏移,格式:100,100Button  label : String 按钮的文本内容。 Button  labelAlign : String标签对齐模式,默认为居中对齐。Button  labelBold : Boolean 表示按钮文本标签是...

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

329. progressbar设置皮肤后, 马上destroy会报bug [ 74%]

progressbar设置皮肤后, 马上destroy会报bug set skin(value: string) { if (this._skin != value) { this._skin = value; if (this._skin && !Loader.getRes(this._skin)) { ILaya.loader.load(this._skin, Handler.create(this, this._skinLoaded), null, Loader.IMAGE, 1); // TODO TS } else { this....

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

330. laya.d3.math.BoundsImpl_API3.0 [ 74%]

...alculateBoundsintersection clone cloneTo getCenter getExtent getMax getMin setCenter setExtent setMax setMin Constructors constructor new BoundsImpl(min?: Vector3, max?: Vector3): BoundsImpl Defined in laya/d3/math/BoundsImpl.ts:138 创建一个 BoundsImp 实例。 Parameters Optional min: Vector3 m...

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