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

大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0094 秒)

491. laya.ui.ComboBox [ 80%]

... public function get dataSource():*    public function set dataSource(value:any):voidheightproperty height:Number[override] 表示显示对象的高度,以像素为单位。 注:当值为0时,高度为自适应大小。 Implementation     public function get height():Number    pu...

来源: laya_api 发布时间: 20170929

492. laya.utils.Log [ 80%]

...c] 激活Log系统,使用方法Laya.init(800,600,Laya.Log); Log  print(value:String):void[static] 增加日志内容。 Log  toggle():void[static] 隐藏/显示日志面板LogProperty DetailautoScrollToBottompropertypublic static var autoScrollToBottom:Boolean = true是否自动滚动到底部...

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

493. 进度条增加漂浮动画 [ 80%]

...能的话可以自己做个动画放在进度条上边,根据进度条的value值去控制动画的位置 2017-10-23 0 1 分享 微博 QZONE 微信 189*****192 赞同来自: 我也刚做一个  可以把动画加载在进度条上  监听进度条chage事件或者定时器  在事件中 获得 ...

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

494. laya.ui.Label [ 80%]

...   public function get align():String    public function set align(value:String):voidbgColorproperty bgColor:String 文本背景颜色,以字符串表示。 Implementation     public function get bgColor():String    public function set bgColor(value:String):voidboldproperty bold:B...

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

495. List翻页效果 [ 80%]

...xtends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onC...

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

496. laya.d3.core.material.SkyBoxMaterial [ 80%]

...By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial  exposure : Number 获取曝光强度。 SkyBoxMaterial renderQueue : int 所属渲染队列.BaseMaterial  rotation : Number 获取曝光强度。 SkyBoxMa...

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

497. laya.maths.Rectangle_API3.0 [ 80%]

.../maths/Rectangle.ts:27 创建一个 Rectangle 对象。 Parameters Default value x: number = 0 矩形左上角的 X 轴坐标。 Default value y: number = 0 矩形左上角的 Y 轴坐标。 Default value width: number = 0 矩形的宽度。 Default value height: number = 0 矩形的高度。 Return...

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

498. laya.physics.ColliderBase [ 80%]

... public function get density():Number    public function set density(value:Number):voidfixtureproperty public var fixture:*[只读]b2Fixture对象 frictionproperty friction:Number摩擦力,取值范围0-1,值越大,摩擦越大,默认值为0.2 Implementation     public function ge...

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

499. List翻页效果怎么实现 [ 80%]

...xtends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onC...

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

500. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 80%]

...0, scale:int = 1, position:int = 0;    private function setRotation(value):void {     this.rotation = value;     update(); }    private function setScale(value):void {     this.scale = value;     update(); }    private function setPosition(value):void {     this....

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