大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
Laya_社区(438) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(39) Laya2.0_示例(9) Laya_示例(7)
... public function get height():Number public function set height(value:Number):voidradiusproperty radius:Number 返回半径 Implementation public function get radius():Number public function set radius(value:Number):voidslicesproperty slices:int 获取宽度分段 Implemen...
来源: laya_api 发布时间: 20170929
...于识别。 Returns number obsolute get obsolute(): boolean set obsolute(value: boolean): void Inherited from PrefabImpl.obsolute Overrides Resource.obsolute Defined in laya/resource/HierarchyResource.ts:66 Returns boolean Inherited from PrefabImpl.obsolute Overrides Resource.obsolute Defined in la...
来源: Laya3.0_api 发布时间: 20231102
...rs/ColorFilter.ts:25 创建一个 ColorFilter 实例。 Parameters Default value mat: any[] = null (可选)由 20 个项目(排列成 4 x 5 矩阵)组成的数组,用于颜色转换。 Returns ColorFilter Properties _matrix _matrix: any[] Defined in laya/filters/ColorFilter.ts:25 当前使...
来源: Laya3.0_api 发布时间: 20231115
...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_社区 发布时间: 20180724
...此侦听事件响应一次后自动移除。 EventDispatcher setParent(value:AnimationTransform3D):void 设置父3D变换。 AnimationTransform3DProperty DetaillocalRotationpropertylocalRotation:Quaternion Implementation public function get localRotation():Quaternion public functi...
来源: Laya2.0_api 发布时间: 20190513
...regTimeTag(tag: string[]): void;:注册时间间隔数据的标签。 regValueTag(tag: string[]): void;:注册数值数据的标签。 两个API的参数 tag 可以注册多个标签。 使用的示例代码如下所示: onEnable(): void { this.perfMain.init(this.projectId).then(res =>{ thi...
来源: Laya3.0_文档 发布时间: 20251010
... update 怎么是回调一次!!! tweenGold = Laya.Tween.to(obGold, {value:__data.gold}, 1000, Laya.Ease.linearNone, Laya.Handler.create(this, function(){ trace('obGold.value', obGold.value) }), 0) tweenGold.update = updateGoldHandler ...
来源: Laya_社区 发布时间: 20190520
...spine/SpineSkeletonRenderer.ts:29 Parameters templet: SpineTemplet Default value twoColorTint: boolean = true Returns SpineSkeletonRenderer Properties premultipliedAlpha premultipliedAlpha: boolean Defined in laya/spine/SpineSkeletonRenderer.ts:15 templet templet: SpineTemplet Defined in laya/spine/...
来源: Laya3.0_api 发布时间: 20231115
...于识别。 Returns number obsolute get obsolute(): boolean set obsolute(value: boolean): void Inherited from Resource.obsolute Defined in laya/resource/Resource.ts:139 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略...
来源: Laya3.0_api 发布时间: 20231102
String转XMLDom的问题 public static function stringToXMLDom(value:String):XmlDom { var xml:XmlDom; /*[IF-SCRIPT-BEGIN] if(document.all) { xml=new ActiveXObject("Microsoft.XMLDOM"); xml.loadXML(value); } else { xml = new DOMParser().parseFromString(value, "text/xml"); } [IF-SCRIPT-END...
来源: Laya_社区 发布时间: 20170221