大约有 564 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(122) Laya_社区(111) Laya2.0_api(106) Laya2.0_文档(100) laya_api(93) Laya3.0_文档(29) Laya2.0_示例(3)
...s: Vector2, out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:194 通过一个二维向量转换3x3矩阵 Parameters trans: Vector2 out: Matrix3x3 输出矩阵 Returns void transpose transpose(out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:308 计算3x3矩阵的转置矩阵 Para...
来源: Laya3.0_api 发布时间: 20231102
... () 方法 ** public function loadFont(path:String, complete:Handler):void 通过指定位图字体文件路径,加载位图字体文件。 参数 path:String — 位图字体文件的路径。 complete:Handler — 加载完成的回调,通知上层字体文件已经完成加载并解析...
来源: Laya2.0_文档 发布时间: 20201114
...undsCell>): void Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:403 通过CameraCull查找逻辑对象 override Parameters cameraCullInfo: ICameraCullInfo out: SingletonList<IBoundsCell> 输出逻辑对象组 Returns void getItemByFrustum getItemByFrustum(frustum: BoundFrustum, out: Sin...
来源: Laya3.0_api 发布时间: 20231115
...fined in laya/d3/core/render/PostEffect/BloomEffect.ts:340 获取形变比,通过扭曲泛光产生视觉上形变,负值为垂直扭曲,正值为水平扭曲。-1 - 1 Returns number 形变比。 Defined in laya/d3/core/render/PostEffect/BloomEffect.ts:348 设置形变比,通过扭曲泛光产生视...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/display/Node.ts:630 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 see #callLater() Parameters method: Function 要执行的函数名称。例如,functionName。 Returns void setChildIndex setChildIndex(node: Node, ind...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/display/Node.ts:630 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 see #callLater() Parameters method: Function 要执行的函数名称。例如,functionName。 Returns void setChildIndex setChildIndex(node: Node, ind...
来源: Laya3.0_api 发布时间: 20231115
...们来增加多一点地板 首先我们想一下 如何增加地板 1、通过时间间隔来生成 2、通过上一个地板左边移除屏幕外面的后 右边剩余的宽度 我们先简单分析一下这两种方式的利与弊 首先 “通过时间间隔来生成” 我们需要一个时...
来源: Laya_社区 发布时间: 20160728
...Defined in laya/display/Node.ts:620 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 see #callLater() Parameters method: Function 要执行的函数名称。例如,functionName。 Returns void setChildIndex setChildIndex(node: Node, ind...
来源: Laya3.0_api 发布时间: 20231102
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite buffered : *[read-only] buffered 属性返回 TimeRanges(...
来源: laya_api 发布时间: 20170929
...定义和描述。 ```javascript 这里是重点,文字的效果我们是通过svg支持的css样式来设置 text-shadow设置的是文字的css样式效果,假如开发者想改变文字的样式,可以修改style即可。 ``` 上面是在JavaScript中,用原生的dom元素img来进行...
来源: Laya2.0_文档 发布时间: 20210715