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

大约有 2,566 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0098 秒)

2181. laya.ui.Image [ 41%]

...sspublic class ImageInheritanceImage Component Sprite Node EventDispatcher Object Image 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsola...

来源: laya_api 发布时间: 20170929

2182. laya.d3.graphics.vertex.VertexMesh_API3.0 [ 41%]

...atorDeclaration instanceWorldMatrixDeclaration getVertexDeclaration Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

2183. laya.d3.core.render.BloomEffect_API3.0 [ 41%]

...lease Legend Class Class with type parameter Constructor Property Accessor Object literal Variable Function Type alias Inherited method Inherited accessor Enumeration Interface

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

2184. Shader预编译(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 41%]

...完成相关shader预编译。 > 当鼠标按下时,构建需要导出的Object。下方示例改自官方边缘光照(Shader_GlowingEdge)示例 ```typescript Laya.stage.on(Event.MOUSE_DOWN,this,function():void{ var arr:Array; for(var i:int = 0;i 生成的相关数据 ```typescript { "GlowingEdgeM...

来源: Laya2.0_文档 发布时间: 20210715

2185. laya.utils.Timer_API3.0 [ 41%]

...oString Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

2186. laya.ui.Radio [ 41%]

...c class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 S...

来源: laya_api 发布时间: 20170929

2187. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 41%]

...ype indexTypeByteCount _setIndexData destroy getData setData unbind Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Inherited property Inherited method Enumeration Interface

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

2188. laya.ui.ProgressBar [ 41%]

...ss ProgressBarInheritanceProgressBar Component Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不...

来源: laya_api 发布时间: 20170929

2189. laya.ui.CheckBox [ 40%]

...CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认...

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

2190. Tween 缓动过程有触发回调函数么 [ 40%]

... @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween { return Pool.getItemByClass("tween", Tween)._create(target, props, duration, ...

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