大约有 2,566 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0065 秒)
Laya_社区(1381) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(8) Laya2.0_示例(6)
...sspublic class ImageInheritanceImage Component Sprite Node EventDispatcher Object Image 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsola...
来源: laya_api 发布时间: 20170929
...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
...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
...完成相关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
...oString Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...c class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 S...
来源: laya_api 发布时间: 20170929
...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
...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
...CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认...
来源: Laya2.0_api 发布时间: 20190513
... @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