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

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

251. laya.d3.component.animation.SkinAnimations [ 73%]

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

252. 打包app,http无法设置content-type [ 73%]

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

253. laya.d3.core.pixelLine.PixelLineRenderer [ 73%]

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

254. laya.ui.Button [ 73%]

...public class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over...

来源: laya_api 发布时间: 20170929

255. laya.device.motion.Gyroscope_API3.0 [ 73%]

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

256. laya.display.css.TextStyle_API3.0 [ 73%]

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

257. laya.d3.component.animation.KeyframeAnimations [ 73%]

...eyframeAnimationsInheritanceKeyframeAnimations Component3D EventDispatcher ObjectSubclasses RigidAnimations, SkinAnimations KeyframeAnimation 类用于帧动画组件的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  currentAnimati...

来源: laya_api 发布时间: 20170929

258. laya.d3.animation.AnimationTransform3D [ 72%]

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

259. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 72%]

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

260. 内存释放问题 [ 72%]

...图集) */ 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