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

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

531. laya.d3.component.Animator [ 57%]

...灵节点到Avatar节点,此Animator必须有Avatar文件。 Animator onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...

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

532. laya.d3.physics.PhysicsSimulation [ 57%]

...function get continuousCollisionDetection():Boolean    public function set continuousCollisionDetection(value:Boolean):voiddisableSimulationproperty public static var disableSimulation:Boolean = falsefixedTimeStepproperty public var fixedTimeStep:Number物理模拟器帧的间隔时间:通过...

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

533. laya.d3.component.AnimatorState [ 57%]

...on     public function get clip():AnimationClip    public function set clip(value:AnimationClip):voidclipEndproperty public var clipEnd:Number = 1.0动作播放结束时间。clipStartproperty public var clipStart:Number = 0.0动作播放起始时间。nameproperty public var name:String...

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

534. laya.d3.core.Avatar_API3.0 [ 56%]

...hods _addReference _clearReference _cloneDatasToAnimator _removeReference _setCPUMemory _setCreateURL _setGPUMemory clone cloneTo destroy event hasListener isCreateFromURL off offAll offAllCaller on once _parse destroyUnusedResources load Constructors constructor new Avatar(): Avatar Overrides Resou...

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

535. layaair2.0默认字体设置无效 [ 56%]

... _font;         }                  public function set font(value:String):void {             if ((_style as TextStyle).currBitmapFont) {                 _getTextStyle().currBitmapFont = null;                 scale(1, 1);      ...

来源: Laya_社区 发布时间: 20190128

536. 分享个用美术资源做位图文本的方法。。。 [ 56%]

...osType; this._jsonData = jsonData; this._imageData = textureData; } public set padding(v: number){ this._padding = v; this.setCharsPos(); } public get padding(): number{ return this._padding; } public set text(v :string){ this._text = v; this.createBitmapFont(v); } public get text(): string{ return ...

来源: Laya_社区 发布时间: 20161014

537. localStorage如何判定其是否存在 [ 56%]

...ing 赞同来自: 我们测试是没有问题的,你的gameid之前是有setItem设置过的吗?如果设置过依然报错,麻烦请提供一个最简示例,我们测试下! 2017-05-18 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

来源: Laya_社区 发布时间: 20170518

538. 渲染问题,材质表现不符合预期 [ 56%]

...性 aniso  level      和 unity数值效果不一致 可以设置,Basetexture  类里的方法  各向异性等级          */          get/set anisoLevel()   设置一下 texture2d.anisoLevel 2019-08-08 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...

来源: Laya_社区 发布时间: 20190808

539. laya.d3.core.render.PostProcessEffect_API3.0 [ 56%]

...实例。 Returns PostProcessEffect Accessors active get active(): boolean set active(value: boolean): void Defined in laya/d3/core/render/PostProcessEffect.ts:35 是否开启 Returns boolean Defined in laya/d3/core/render/PostProcessEffect.ts:39 是否开启 Parameters value: boolean Returns void M...

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

540. laya.d3.math.Rand [ 56%]

...lementation     public function get seed():uint    public function set seed(value:uint):voidseedsproperty public var seeds:Uint32Array获取随机种子。Constructor DetailRand()Constructorpublic function Rand(seed:uint) 创建一个 Rand 实例。 Parameters seed:uint — 32位无符号...

来源: laya_api 发布时间: 20170929