大约有 29 项符合查询结果, 库内数据总量为 31,715 项。 (搜索耗时: 0.0025 秒)
Laya_社区(13) laya_api(4) Laya2.0_api(4) Laya3.0_api(4) Laya2.0_文档(1) Laya2.0_示例(1) Laya_示例(1) Laya3.0_文档(1)
...ods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Point y : Number该点的垂直坐...
来源: laya_api 发布时间: 20170929
... create Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...en(); private var gradientInterval:int = 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = S...
来源: Laya_示例 发布时间: 20260130
...en(); private var gradientInterval:int = 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = S...
来源: Laya2.0_示例 发布时间: 20260130
...ods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Point y : Number该点的垂直坐...
来源: Laya2.0_api 发布时间: 20190513
...------------------------var arr:Array = [[0,1,1],[0,1,1],[0,0,0]]; var opt:Object = {allowDiagonal: true, dontCrossCorners: false, heuristic: Heuristic["manhattan"], weight: 1}; var astart1:AStarFinder = new AStarFinder(opt); var grid:Grid = new Grid(arr, 3); var path:Array = astart1.findPath(0, 0, ...
来源: Laya_社区 发布时间: 20161221
...态修改 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 关于同为object层,层级设置无效的问题 使用getChildByName()无法得到子节点对象 3D模型无法修改scale? (此问题已经无效) 修改stage的scale后,会发生异常情况 如何修改物理引擎中的...
来源: Laya_社区 发布时间: 20151126
...oString Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...rties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties PropertyDefined By currFrame : int = 0 当前的帧数。Timer currTimer : Number...
来源: laya_api 发布时间: 20170929
...rties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties PropertyDefined By currFrame : int = 0 当前的帧数。Timer currTimer : Number...
来源: Laya2.0_api 发布时间: 20190513