大约有 256 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0044 秒)
...in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在引用计数为0的时候立马删除他 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource...
来源: Laya3.0_api 发布时间: 20231115
... PBRSpecularMaterial Properties destoryedImmediately destoryedImmediately: boolean Inherited from Resource.destoryedImmediately Defined in laya/resource/Resource.ts:104 是否在引用计数为0的时候立马删除他 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource...
来源: Laya3.0_api 发布时间: 20231102
... 求两个三维向量的点积。 Vector3 equals(a:Vector3, b:Vector3):Boolean[static] 判断两个三维向量是否相等。 Vector3 forNativeElement(nativeElements:Float32Array = null):voidVector3 fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 Vector3 lerp(a:V...
来源: Laya2.0_api 发布时间: 20190513
...in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在引用计数为0的时候立马删除他 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource...
来源: Laya3.0_api 发布时间: 20231115
...upload 上添加一个事件监听来跟踪上传过程。 withCredentials boolean 表明在进行跨站(cross-site)的访问控制(Access-Control)请求时,是否使用认证信息(例如cookie或授权的header)。 默认为 false timeout number 请求超时时间 2,方法 abort() 如果请求...
来源: Laya3.0_文档 发布时间: 20250104
... laya21126 赞同来自: /** 是否震动中 */ protected var _isShake:Boolean; /** * 震动屏幕 * @param callBack * @param times * @param offset * @param speed * */ public function stageShake(callBack:Function = null, times:uint = 2, offset:uin...
来源: Laya_社区 发布时间: 20170823
...否强制删掉所有的声音channel */ private _onAniSoundStoped(force: boolean): void { for (let len = this._soundChannelArr.length, i = 0; i < len; i++) { let channel = this._soundChannelArr[i]; if (channel.isStopped || force) { !channel.isStopped && channel.stop(); this._soundChannel...
来源: Laya_社区 发布时间: 20230727
...rs destObject: any 克隆源。 Returns void equals equals(b: Quaternion): boolean Defined in laya/maths/Quaternion.ts:494 Parameters b: Quaternion Returns boolean forNativeElement forNativeElement(nativeElements?: Float32Array): void Defined in laya/maths/Quaternion.ts:617 Parameters Default value ...
来源: Laya3.0_api 发布时间: 20231115
...MatScale(translation: Vector3, rotationMatrix: Matrix4x4, scale: Vector3): boolean Defined in laya/maths/Matrix4x4.ts:545 分解矩阵为平移向量、旋转矩阵、缩放向量。 Parameters translation: Vector3 平移向量。 rotationMatrix: Matrix4x4 旋转矩阵。 scale: Vector3 缩放向量...
来源: Laya3.0_api 发布时间: 20231115
...; i < studentArr.length; i++) { var ob:Object = studentArr[i]; var bo:Boolean; (ob.signState)? bo=true:bo=false; (ob.signState)? str="已到":str="未到"; arr.push({name_txt:{text:ob.stuName}, state_txt:{text:str},sign_btn:{mouseEnabled:bo}, sign_btn:{gray:!bo}}); } thi...
来源: Laya_社区 发布时间: 20170822