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

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

111. laya.ui.CheckBox_API3.0 [ 78%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Te...

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

112. 如何获取HTMLDivElement对象的文本 [ 78%]

如何获取HTMLDivElement对象的文本 上例子             var div:HTMLDivElement=new HTMLDivElement();             div.innerHTML="<span href='http://ask.layabox.com/'>LayaBox欢迎你的加入!</span>";             var txt:String = "";        ...

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

113. laya.display.Input_API3.0 [ 78%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

114. laya.ui.ProgressBar_API3.0 [ 78%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Defined in laya/ui/ProgressBar.ts:119 当 ProgressBar 实例...

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

115. laya.ui.ColorPicker_API3.0 [ 78%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Defined in laya/ui/ColorPicker.ts:99 当颜色发生改变时...

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

116. 如何获取HTMLDivElement对象的文本 [ 78%]

如何获取HTMLDivElement对象的文本 官方例子            var p:HTMLDivElement = new HTMLDivElement();             var html:String = "<span color='#e3d26a'>使用</span>";             p.innerHTML = html; 然后我如何才能从p中获取"<span color='...

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

117. laya.ui.ComboBox_API3.0 [ 77%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

118. laya.ui.UIComponent_API3.0 [ 77%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

119. laya.display.Sprite [ 77%]

...节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请...

来源: laya_api 发布时间: 20170929

120. laya.d3.core.scene.Scene3D [ 77%]

...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,为0-1,默认为1,表示不透明。更改alpha会影响drawcall。Sprite...

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