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

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

81. laya.ani.bone.Skeleton [ 45%]

...在此对象内。 Sprite  init(templet:Templet, aniMode:int = 0):void 始化动画 Skeleton isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher  load(path:String, complete:Handler = null, aniMode:int = 0):void 通过加载直接创建动画 Ske...

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

82. laya.ui.TextArea [ 41%]

...  onVBarChanged(e:Event):voidTextArea preinitialize():void[override] 预始化。 TextInputEvents Hide Inherited Events Show Inherited Events Event Summary Defined By added添加到父对象后调度。Node blur当失去输入焦点后调度。TextInput change文本内容发生改变后调...

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

83. laya.ui.TextArea [ 41%]

...  onVBarChanged(e:Event):voidTextArea preinitialize():void[override] 预始化。 TextInput resetLayoutX():void 重置对象的 X 轴(水平方向)布局。 Component resetLayoutY():void 重置对象的 Y 轴(垂直方向)布局。 ComponentEvents Hide Inherited Events Show Inherited...

来源: laya_api 发布时间: 20170929

84. laya.d3.core.scene.Scene [ 40%]

...tree(width:int, height:int, depth:int, center:Vector3, level:int = 6):void 始化八叉树。 Scene isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher  load(url:String):Scene[static] 加载场景,注意:不缓存。 Scene loadImage(url:String, x...

来源: laya_api 发布时间: 20170929

85. laya.display.Animation_API3.0 [ 40%]

... Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//始化 } private function init():void { var animation:Animation = new Animation();//创建一个 Animation 类的实例对象 animation 。 animation.loadAtlas("resource/ani/fighter.json");//加载图集并播放 animation....

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

86. laya.ui.Dialog_API3.0 [ 38%]

...ialog。 function Dialog_Instance() { Dialog_Instance.__super.call(this);//始化父类 var bg = new laya.ui.Image("resource/ui/bg.png");//新建一个 Image 类的实例 bg 。 bg.sizeGrid = "10,40,10,5";//设置 bg 的网格信息。 bg.width = 150;//设置 bg 的宽度。 bg.height = 250;//设...

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

87. laya.ui.List_API3.0 [ 34%]

...} } example (function (_super){ function Item(){ Item.__super.call(this);//始化父类 this.graphics.drawRect(0, 0, 100, 20, "#ff0000"); var label = new laya.ui.Label();//创建一个 Label 类的实例对象 label 。 label.text = "100000";//设置 label 的文本内容。 label.name = "label";...

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

88. laya.ui.Tree_API3.0 [ 28%]

...表。 } (function (_super) { function Item() { Item.__super.call(this);//始化父类。 this.right = 0; this.left = 0; var selectBox = new laya.ui.Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox";//设置 selectBox 的name 为“selectBox”时,将被识别为树结...

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

89. laya.ui.RadioGroup_API3.0 [ 28%]

...): void Inherited from UIGroup.initItems Defined in laya/ui/UIGroup.ts:168 始化项对象们。 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya/display/Node.ts:446 检查本节点是否是某个节点的上层节点 Parameters node: No...

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

90. laya.ui.Tab_API3.0 [ 28%]

...): void Inherited from UIGroup.initItems Defined in laya/ui/UIGroup.ts:168 始化项对象们。 Returns void isAncestorOf isAncestorOf(node: Node): boolean Inherited from Node.isAncestorOf Defined in laya/display/Node.ts:446 检查本节点是否是某个节点的上层节点 Parameters node: No...

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