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

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

491. 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

492. 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

493. 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

494. 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

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_社区 发布时间: 20181112

496. 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

497. CPU优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 80%]

... ```javascript var rotation=0, scale=1, position=0; function setRotation(value) { rotation=value; update(); } function setScale(value) { scale = value; update(); } function setPosition(value) { position = value; update(); } function update() { console.log('rotation: ' + rotation + '\tscale: ' + scal...

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

498. laya.ani.AnimationPlayer [ 80%]

...unction get cacheFrameRate():int    public function set cacheFrameRate(value:int):voidcacheFrameRateIntervalproperty cacheFrameRateInterval:Number  [read-only] 获取缓存帧率间隔时间 Implementation     public function get cacheFrameRateInterval():NumbercachePlayRateproperty cache...

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

499. laya.resource.HTMLCanvas_API3.0 [ 80%]

...据指定的类型,创建一个 HTMLCanvas 实例。 Parameters Default value createCanvas: boolean = false Returns HTMLCanvas Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resour...

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

500. laya.d3.resource.models.BoxMesh [ 80%]

...  public function get height():Number    public function set height(value:Number):voidlongproperty long:Number 返回长度 Implementation     public function get long():Number    public function set long(value:Number):voidwidthproperty width:Number 返回宽度 Implementation    ...

来源: laya_api 发布时间: 20170929