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

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

71. laya.physics.PhysicsDebugDraw [ 89%]

...t 物理辅助线,调用PhysicsDebugDraw.enable()开启,或者通过IDE设置打开 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景...

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

72. laya.ui.Clip_API3.0 [ 89%]

...vate var clip:Clip; public function Clip_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { clip = new Clip("resource/ui/clip_num.png", 10, 1);//创建一个 Clip 类的实例对...

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

73. laya.display.Animation_API3.0 [ 89%]

...tion_Example { public function Animation_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():void { var animation:Animation = new Animation();//创建一个 Animation...

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

74. laya.ui.ColorPicker [ 89%]

...alpha会影响drawcall。Sprite anchorX : NumberX锚点,为0-1,设置anchorX最终通过pivotX来改变节点轴心点。UIComponent anchorY : NumberY锚点,为0-1,设置anchorY最终通过pivotY来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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

75. laya.ui.ViewStack [ 89%]

...lements IItem ViewStack 类用于视图堆栈类,用于视图的显示等设置处理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,为0-1,默认为1,表示不透明。更改alpha会影响drawcall...

来源: laya_api 发布时间: 20170929

76. laya.ui.VBox [ 89%]

...alpha会影响drawcall。Sprite anchorX : NumberX锚点,为0-1,设置anchorX最终通过pivotX来改变节点轴心点。UIComponent anchorY : NumberY锚点,为0-1,设置anchorY最终通过pivotY来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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

77. laya.ui.TipManager [ 89%]

...alpha会影响drawcall。Sprite anchorX : NumberX锚点,为0-1,设置anchorX最终通过pivotX来改变节点轴心点。UIComponent anchorY : NumberY锚点,为0-1,设置anchorY最终通过pivotY来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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

78. laya.ui.AdvImage [ 88%]

...alpha会影响drawcall。Sprite anchorX : NumberX锚点,为0-1,设置anchorX最终通过pivotX来改变节点轴心点。UIComponent anchorY : NumberY锚点,为0-1,设置anchorY最终通过pivotY来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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

79. laya.ui.Label_API3.0 [ 88%]

...ss Label_Example { public function Label_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new Label();//创建一个 Label 类的实例对象 lab...

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

80. 属性设置器(JavaScript-IDE篇(JS)-设计模式基础) [ 88%]

# 属性设置器 ​ 属性设置器是我们查看并编辑当前选中组件属性的工作区域。在场景编辑器或层级管理器中选中组件,就会在属性设置器中显示该组件的属性以供查询和编辑。 属性设置器面板如图1所示,从上到下通常为: 组...

来源: Laya2.0_文档 发布时间: 20210714