大约有 252 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0093 秒)
...d(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textArea:TextArea = new TextArea("这个一个TextArea实例。");//创建一个 TextArea 类的实例对象 textArea 。 textArea.skin = "resource/ui/input.png";//设...
来源: Laya3.0_api 发布时间: 20231115
...ue: string): void Inherited from Clip.group Defined in laya/ui/Clip.ts:329 资源分组。 Returns string Inherited from Clip.group Defined in laya/ui/Clip.ts:333 资源分组。 Parameters value: string Returns void height get height(): number set height(value: number): void Inherited from Text.hei...
来源: Laya3.0_api 发布时间: 20231115
...d(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");//创建一个 TextInput 类的实例对象 textInput 。 textInput.skin = "resource/ui/input.png"...
来源: Laya3.0_api 发布时间: 20231115
...aya.loader.load(res, new laya.utils.Handler(this, onLoadComplete));//加载资源。 function onLoadComplete() { var arr = [];//创建一个数组,用于存贮列表的数据信息。 for (var i = 0; i < 20; i++) { arr.push({label: "item" + i}); } var list = new laya.ui.List();//创建一个 Li...
来源: Laya3.0_api 发布时间: 20231115
...效果。 矩阵更多信息请参考 Matrix Sprite url : String 得到资源的URL Skeleton useSimpleMeshInCanvas : Boolean = false[static] 在canvas模式是否使用简化版的mesh绘制,简化版的mesh将不进行三角形绘制,而改为矩形绘制,能极大提高性能,但是...
来源: Laya2.0_api 发布时间: 20190513
...的 ScrollBar 实例。 Parameters Default value skin: string = null 皮肤资源地址。 Returns ScrollBar Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined...
来源: Laya3.0_api 发布时间: 20231115
...ts:25 场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为false autoSize autoSize: boolean = false Inherited from Text.autoSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不...
来源: Laya3.0_api 发布时间: 20231115
...效果。 矩阵更多信息请参考 Matrix Sprite url : String 得到资源的URL Skeleton useSimpleMeshInCanvas : Boolean = false[static] 在canvas模式是否使用简化版的mesh绘制,简化版的mesh将不进行三角形绘制,而改为矩形绘制,能极大提高性能,但是...
来源: laya_api 发布时间: 20170929
...设计为在创建实例后的任何时候都可以被调用,当相应的资源加载完毕、调用动画帧填充方法(set frames)或者将实例显示在舞台上时,会判断是否正在播放中,如果是,则进行播放。 配合wrapMode属性,可设置动画播放顺序类型。 An...
来源: Laya2.0_api 发布时间: 20190513
... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void viewport get viewport(): Rectangle set viewport(valu...
来源: Laya3.0_api 发布时间: 20231115