大约有 99 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
...} render: { sprite: { texture: texture, xOffset: 20.5, yOffset: 28 ...
来源: Laya_社区 发布时间: 20170102
...背景颜色 Laya.stage.bgColor = "#ffffff"; // var bgs = new laya.display.Sprite(); // bgs.loadImage("res/bg.png"); //Laya.stage.addChild(bgs); //Laya.stage.addChild(new LoginUI()); //改用下面的 new LoginView.js文件 var loginView = new LoginView(); loginView.init(); Laya.stage.addChild(login...
来源: Laya_社区 发布时间: 20170228
...r相关的问题 [引擎优化]希望官方可以增加stencil功能 大量sprite如何优化性能 ui 编辑器里 两个不同的ui控件的前后关系如何调整? 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 问题状态 最新活动: 2017-03-16 10:55 浏...
来源: Laya_社区 发布时间: 20170316
...复被折叠 要回复问题请先登录 发起人 reven1983 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? 写个捕鱼游戏练练手 Dialog:屏蔽点击Dialog之外的区...
来源: Laya_社区 发布时间: 20170802
...iClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...
来源: Laya2.0_api 发布时间: 20190513
....uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示...
来源: laya_api 发布时间: 20170929
...组件、基础显示组件,因为这几种组件,其实都是继承于Sprite,都具有显示列表节点的特性,可以挂接延伸子节点,所以,我们又把这些组件统称为节点组件。 而组件是指继承于**Component**类的组件,比如物理组件,虽然之前其...
来源: Laya2.0_文档 发布时间: 20210714
...效果基本上还行, /* * 位图字体; */ class BPFont extends Laya.Sprite{ // 文本内容 private _text: string; // json数据 private _jsonData: any; // 图片数据 private _imageData: Laya.Texture; // 文本字间距 private _padding: number = 0; // 所有元素; private charSprites: Lay...
来源: Laya_社区 发布时间: 20161014
...gelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By a...
来源: Laya2.0_api 发布时间: 20190513
...kagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By a...
来源: laya_api 发布时间: 20170929