大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...andler.create(this, this.onLoadCfg, null, false)).then( (value) => { JSZip.loadAsync(value).then( (zipData: JSZip) => { console.log(zipData.files); fo...
来源: Laya_社区 发布时间: 20230208
...olor":"#008aff"}}],"animations":[{"nodes":[{"target":3,"keyframes":{"y":[{"value":192,"tweenMethod":"linearNone","tween":true,"target":3,"key":"y","index":0},{"value":0,"tweenMethod":"linearNone","tween":true,"target":3,"key":"y","index":100}],"x":[{"value":0,"tweenMethod":"linearNone","tween":true,...
来源: Laya_社区 发布时间: 20170725
...个字体为啥总是一闪一闪的 没有一直显示啊 public onChange(value: number): void { console.log("进度:" + Math.floor(value * 100) + "%"); var num:number = Math.floor(value*100); // this.updateFont(num); this.updateFont(100); //test用 // if(num==100){ // G.I.loginManager.preload();...
来源: Laya_社区 发布时间: 20180615
... mode Accessors indexFormat get indexFormat(): IndexFormat set indexFormat(value: IndexFormat): void Defined in laya/d3/RenderObjs/RenderObj/RenderGeometryElementOBJ.ts:52 index format Returns IndexFormat Defined in laya/d3/RenderObjs/RenderObj/RenderGeometryElementOBJ.ts:56 index format Parameters ...
来源: Laya3.0_api 发布时间: 20231115
...------------写入数据---------------------------------- - **writeByte**(value:number)在字节流中写入一个字节。 ```typescript var byte = new Laya.Byte(); byte.writeByte(10);//0-255之间 ``` - **writeFloat32**(value:number)在当前字节偏移量位置处写入 Float32 值。范围是$...
来源: Laya2.0_文档 发布时间: 20210714
...mponents/Component.ts:35 Accessors anchor get anchor(): Vector3 set anchor(value: Vector3): void Inherited from ConstraintComponent.anchor Defined in laya/d3/physics/constraints/ConstraintComponent.ts:168 设置锚点 Returns Vector3 Inherited from ConstraintComponent.anchor Defined in laya/d3/physi...
来源: Laya3.0_api 发布时间: 20231115
...改变此属性会重新生成顶点和索引) * @param value 半径 */ public function set radius(value:Number):void /** * 设置高度(改变此属性会重新生成顶点和索引) * @param value 高...
来源: Laya_社区 发布时间: 20180505
...By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int透明混合。BaseMaterial blendConstColor : Vector4混合常量颜色。BaseMaterial blendEquation : int混合方程。BaseMaterial blendEquati...
来源: laya_api 发布时间: 20170929
...ent.ts:86 Returns boolean boundsMax get boundsMax(): Vector3 set boundsMax(value: Vector3): void Defined in laya/d3/component/Volume/Volume.ts:69 primitive包围盒max Returns Vector3 Defined in laya/d3/component/Volume/Volume.ts:76 primitive包围盒max Parameters value: Vector3 Returns void bounds...
来源: Laya3.0_api 发布时间: 20231115
...ew SubShader(attributeMap?: {}, uniformMap?: UniformMapType, uniformDefaultValue?: {}): SubShader Defined in laya/d3/shader/SubShader.ts:109 创建一个 SubShader 实例。 Parameters Default value attributeMap: {} = SubShader.DefaultAttributeMap 顶点属性表。 [name: string]: [number, ShaderDa...
来源: Laya3.0_api 发布时间: 20231102