大约有 696 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0038 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(97) Laya2.0_文档(23) Laya3.0_文档(11) Laya2.0_示例(1)
...ky envDiffuseSHRed : Float32Array[write-only] Sky environmentDiffuse : BaseTexture 获取环境漫反射贴图。 Sky environmentSpecular : BaseTexture 获取环境高光贴图。 Sky texture : Texture2D 获取天空立方体纹理。 SkyDomePublic Methods MethodDefined By SkyDome() 创...
来源: laya_api 发布时间: 20170929
...我想试着自己实现一个比较效率高的Dictionary类,实现get set values remove keys 等方法。 一开始想用weakObject和any[]分别储存key和value,但是发现执行remove之后,values很难再和key对应; 后面想用两个any[]来分别储存,key和value分别储存在...
来源: Laya_社区 发布时间: 20191112
...灵节点到Avatar节点,此Animator必须有Avatar文件。 Animator onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
... _font; } public function set font(value:String):void { if ((_style as TextStyle).currBitmapFont) { _getTextStyle().currBitmapFont = null; scale(1, 1); ...
来源: Laya_社区 发布时间: 20190128
...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
...ing 赞同来自: 我们测试是没有问题的,你的gameid之前是有setItem设置过的吗?如果设置过依然报错,麻烦请提供一个最简示例,我们测试下! 2017-05-18 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...
来源: Laya_社区 发布时间: 20170518
...性 aniso level 和 unity数值效果不一致 可以设置,Basetexture 类里的方法 各向异性等级 */ get/set anisoLevel() 设置一下 texture2d.anisoLevel 2019-08-08 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20190808