大约有 819 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0049 秒)
Laya3.0_api(330) Laya2.0_api(175) Laya_社区(152) laya_api(131) Laya2.0_文档(17) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(3)
...nsInheritanceSkinAnimations KeyframeAnimations Component3D EventDispatcher Object SkinAnimations 类用于创建蒙皮动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By curBonesDatas : Float32Array[read-only] 获取骨骼数据...
来源: laya_api 发布时间: 20170929
....error(err); cb(err); }); let body = data; let tp = typeof data if(tp === 'object' || tp === 'array'){ if(method === 'post' || method === 'put') { body = JSON.stringify(data); } else { let query = ""; let first = true; for(let k in data) { if(!first){ query += '&'; } else { first = false; } quer...
来源: Laya_社区 发布时间: 20170123
...s PixelLineRendererInheritancePixelLineRenderer BaseRender EventDispatcher Object PixelLineRenderer 类用于线渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By bounds : Bounds[read-only] 获取包围盒,只读,不允许修改其...
来源: Laya2.0_api 发布时间: 20190513
...public class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over...
来源: laya_api 发布时间: 20170929
...structor instance event hasListener off offAll offAllCaller on once Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface Inherited method
来源: Laya3.0_api 发布时间: 20231115
...ng strikethrough stroke strokeColor underline underlineColor valign Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...eyframeAnimationsInheritanceKeyframeAnimations Component3D EventDispatcher ObjectSubclasses RigidAnimations, SkinAnimations KeyframeAnimation 类用于帧动画组件的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By currentAnimati...
来源: laya_api 发布时间: 20170929
... class AnimationTransform3DInheritanceAnimationTransform3D EventDispatcher Object AnimationTransform3D 类用于实现3D变换。 Public Properties PropertyDefined By localRotation : QuaternionAnimationTransform3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodD...
来源: Laya2.0_api 发布时间: 20190513
...ritanceShuriKenParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object ShuriKenParticle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[rea...
来源: Laya2.0_api 发布时间: 20190513
...图集) */ static cleanModuleAtlas(className: string): void { let obj: Object = ResUIModuleManager.poolModulResDic.get(className); if (!obj || !obj["resNames"]) return; let moduleNames: string[] = obj["resNames"]; let muduleName: string; let path: string; for (let i = 0, len = moduleNames.length; ...
来源: Laya_社区 发布时间: 20170905