大约有 927 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0079 秒)
...S Defined in laya/d3/core/RenderableSprite3D.ts:120 deprecated 反射贴图参数 Static REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMAX: number Inherited from RenderableSprite3D.REFLECTIONCUBE_PROBEBOXMAX Defined in laya/d3/core/RenderableSprite3D.ts:30 Static REFLECTIONCUBE_PROBEBOXMIN REFLE...
来源: Laya3.0_api 发布时间: 20231115
...S Defined in laya/d3/core/RenderableSprite3D.ts:120 deprecated 反射贴图参数 Static REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMAX: number Inherited from RenderableSprite3D.REFLECTIONCUBE_PROBEBOXMAX Defined in laya/d3/core/RenderableSprite3D.ts:30 Static REFLECTIONCUBE_PROBEBOXMIN REFLE...
来源: Laya3.0_api 发布时间: 20231115
...r Defined in laya/d3/core/RenderableSprite3D.ts:120 deprecated 反射贴图参数 Static REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMAX: number Defined in laya/d3/core/RenderableSprite3D.ts:30 Static REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEBOXMIN: number Defined in laya/d3/core/Rendera...
来源: Laya3.0_api 发布时间: 20231115
...个接口用于预编译shader。开发者只需要按照接口填写对应参数即可。 开启 shader.debugMode 之后,从输出中提取预编译需要的信息。 > 使用compileShaderByDefineNames接口预编译Shader ```typescript //初始化Shader CustomTerrainMaterial.initShader(); //预...
来源: Laya2.0_文档 发布时间: 20210714
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
文档里camera正交投影参数开启是错误的 camera正交投影参数开启是 camera.orthographic = true; 不是 camera.orthographicProjection = true; 基础说明有点坑, 关键时刻还的去源代码里面找 2018-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180112
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...Ensure:int):void 保证该字节流的可用长度不小于 lengthToEnsure 参数指定的值。 Byte getByte():int 从字节流中读取带符号的字节。 返回值的范围是从 -128 到 127。 Byte getFloat32():Number 从字节流的当前字节偏移位置处读取一个 IEEE 754 单...
来源: laya_api 发布时间: 20170929
... getUTFBytes(len:int = -1):String 从字节流中读取一个由 length 参数指定的长度的 UTF-8 字节序列,并返回一个字符串。 一般读取的是由 writeUTFBytes 方法写入的字符串。 Byte getUTFString():String 从字节流中读取一个 UTF-8 字符串。假定字...
来源: Laya2.0_api 发布时间: 20190513
...ex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 2018-01-16 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: oy2419498011 参数就是子...
来源: Laya_社区 发布时间: 20180116