大约有 1,257 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0052 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...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
...; progressBar.changeHandler=new Handler(this,onChange); //当progressBar的value值改变时触发 Laya.stage.addChild(progressBar); onchange(); } function onChange(value) { trace("进度: "+Math.floor(value*100)+"%"); } function onProgress(pro) { trace("加载了总文件的:"+pro+"%") progressBar....
来源: Laya_社区 发布时间: 20170701
...------------写入数据---------------------------------- - **writeByte**(value:int):void在字节流中写入一个字节。 ```typescript var byte:Byte = new Byte(); byte.writeByte(10);//0-255之间 ``` - **writeFloat32**(value:Number):void在当前字节偏移量位置处写入 Float32 值。范...
来源: Laya2.0_文档 发布时间: 20210715
...rLifetime():ColorOverLifetime public function set colorOverLifetime(value:ColorOverLifetime):voiddurationproperty public var duration:Number粒子运行的总时长,单位为秒。emissionproperty emission:Emission [read-only] 获取发射器。 Implementation public function g...
来源: Laya2.0_api 发布时间: 20190513
...设置 VSlider 的属性 max 的值为 20、属性 min 的值为0、属性 value 的值为5后,显示效果如下:  (图3) **max:**VSlider滑块拖动到最右边时的最大值,默认数值为100; **min:**VSlider滑块拖动到最左边时的最小...
来源: Laya2.0_文档 发布时间: 20210714
...设置 VSlider 的属性 max 的值为 20、属性 min 的值为0、属性 value 的值为5后,显示效果如下:  (图3) **max:**VSlider滑块拖动到最右边时的最大值,默认数值为100; **min:**VSlider滑块拖动到最左边时的最小...
来源: Laya2.0_文档 发布时间: 20210714
...per(); } get dataSource(): any { return super.dataSource; } set dataSource(value: any) { super.dataSource = value; if (!value) return; //把数据源里的值,给到子节点属性 if (value.avatar) { let redHot = this.getChildByName("avatar").getChildByName("redHot") as Laya.Image; redHot.visible...
来源: Laya3.0_文档 发布时间: 20251010
... Parameters mesh: Mesh 网格。 heightMap: HeightMap 高度图。 Default value name: string = null 名字。 Returns MeshTerrainSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:58 _scene _scene: Node Inherited from Node._scene Define...
来源: Laya3.0_api 发布时间: 20231102
... function get enableLimit():Boolean public function set enableLimit(value:Boolean):voidenableMotorproperty enableMotor:Boolean是否开启马达,开启马达可使目标刚体运动 Implementation public function get enableMotor():Boolean public function set enableMotor(valu...
来源: Laya2.0_api 发布时间: 20190513