大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...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
...By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial exposure : Number 获取曝光强度。 SkyBoxMaterial renderQueue : int 所属渲染队列.BaseMaterial rotation : Number 获取曝光强度。 SkyBoxMa...
来源: Laya2.0_api 发布时间: 20190513
.../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
... 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
...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
...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
... ```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
...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
...据指定的类型,创建一个 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
... 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