大约有 144 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
...在下面加上一行代码: class MapLayer extends Sprite { _mapData: Array<any>; /** * @private */ _gridSpriteArray: Array<any>; _showGridList: Array<any>; //这行是我新加的 ...... } 2017-11-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20170918
... Constructors constructor new Texture(source?: Texture | BaseTexture, uv?: ArrayLike<number>, sourceWidth?: number, sourceHeight?: number): Texture Overrides Resource.__constructor Defined in laya/resource/Texture.ts:228 创建一个 Texture 实例。 Parameters Default value source: Texture |...
来源: Laya3.0_api 发布时间: 20231115
...useEvent Returns any Returns void show show(x?: number, y?: number, views: Array<StatUIParams>): void Overrides IStatRender.show Defined in laya/utils/StatUI.ts:44 override 显示性能统计信息。 Parameters Default value x: number = 0 X轴显示位置。 Default value y: number = 0 Y轴...
来源: Laya3.0_api 发布时间: 20231102
...R CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?: number, a?: number): Color Defined in laya/maths/Color.ts:97 创建一个 Colo...
来源: Laya3.0_api 发布时间: 20231115
...ord: any; public progress: number; public uv_info: Array<any>; constructor() { super(0, 0); this.progress = 0.0; this.uv_info = [0.0, 0.0, 1.0, 1.0]; var len: number = 8 * CONST3D2D.BYTE...
来源: Laya_社区 发布时间: 20170606
...R CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?: number, a?: number): Color Defined in laya/d3/math/Color.ts:97 创建一个 Co...
来源: Laya3.0_api 发布时间: 20231102
...key value数组),可以设置Cookie么? 如这样子: var headers:Array<any> = new Array<any>(); headers.push("Cookie", "token=xxxxx"); 但提示Refused to set unsafe header "Cookie".请问如何解决? 2017-06-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20170606
...tX ONE UnitX UnitY UnitZ Up ZERO Methods clone cloneTo cross dot equal fromArray length lengthSquared normalize scale set setValue toArray toDefault vadd vsub writeTo Clamp TransformNormal add cross distance distanceSquared dot equals lerp max min multiply normalize scalarLength scalarLengthSquared ...
来源: Laya3.0_api 发布时间: 20231115
...信息(并创建图集内小图Texture)。 Static BUFFER BUFFER: string = "arraybuffer" Defined in laya/net/Loader.ts:87 二进制类型,加载完成后返回包含arraybuffer的TextResource对象。 Static FONT FONT: string = "font" Defined in laya/net/Loader.ts:97 位图字体类型,加载完...
来源: Laya3.0_api 发布时间: 20231115
...iveUnitX ONE UnitX UnitY UnitZ Up ZERO Methods clone cloneTo cross dot fromArray length lengthSquared normalize scale set setValue toArray toDefault vadd vsub writeTo Clamp TransformNormal add cross distance distanceSquared dot equals lerp max min multiply normalize scalarLength scalarLengthSquared ...
来源: Laya3.0_api 发布时间: 20231102