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

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

161. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 63%]

...示速度出现打字效果等  /**古文脚本 */ export default class TextAncient extends Laya.Script { /** @prop {name:text, tips:"显示文本", type:String, default:"hello world"}*/ public text: string = "hello world"; /** @prop {name:color, tips:"字符串类型示例", type:String, default:"...

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

162. laya.ui.Tab_API3.0 [ 63%]

...x selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer ...

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

163. laya.ui.ComboBox_API3.0 [ 63%]

...edIndex selectedLabel sizeGrid skewX skewY skin stage stateNum staticCache texture timer toolTip top transform url viewport visible visibleNum width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLa...

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

164. laya.ui.HScrollBar_API3.0 [ 63%]

... scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance...

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

165. laya.ui.VScrollBar_API3.0 [ 63%]

... scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance...

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

166. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 63%]

...看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.Ad...

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

167. 分包项目, 加载js时报错 [ 63%]

...nds Box:  package {     import laya.ui.Box;     import laya.display.Text;     import laya.ui.View;     /*[COMPILER OPTIONS:ForcedCompile]*/     public class loading100 extends Box     {         public function loading100()         {             var txt:Text = ...

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

168. laya.ui.Tree_API3.0 [ 62%]

...Parser实例domParser。 var xml:* = domParser.parseFromString(xmlString, "text/xml");//解析xml字符。 var tree:Tree = new Tree();//创建一个 Tree 类的实例对象 tree 。 tree.scrollBarSkin = "resource/ui/vscroll.png";//设置 tree 的皮肤。 tree.itemRender = Item;//设置 tree 的项...

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

169. IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) [ 62%]

...代码如下: package { import laya.display.Stage; import laya.display.Text; import laya.ui.Image; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#235615"; //设置适配模式 Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stag...

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

170. 网络通信 · LayaAir3.0文档 · LAYABOX [ 62%]

...网络游戏。 二、Http连接 HTTP协议即超文本传送协议(Hypertext Transfer Protocol ),是Web联网的基础,也是手机联网常用的协议之一,HTTP协议是建立在TCP协议之上的一种应用。 2.1 Laya.HttpRequest 在LayaAir引擎中 HttpRequest 就是我们发送请求...

来源: Laya3.0_文档 发布时间: 20241014