大约有 1,204 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0063 秒)
Laya_社区(630) Laya3.0_api(207) Laya2.0_文档(119) Laya_示例(59) Laya3.0_文档(58) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41)
...ta 类用于表示线数据。 Hierarchy PixelLineData Index Properties endColor endPosition startColor startPosition Methods cloneTo Properties endColor endColor: Color = new Color() Defined in laya/d3/core/pixelLine/PixelLineData.ts:15 线结束颜色 endPosition endPosition: Vector3 = new Vector3...
来源: Laya3.0_api 发布时间: 20231115
...ProcessEffect ScalableAO Index Constructors constructor Accessors active aoColor aoQuality intensity radius Methods effectInit getCameraDepthTextureModeFlag release render init Constructors constructor new ScalableAO(): ScalableAO Overrides PostProcessEffect.constructor Defined in laya/d3/core/rende...
来源: Laya3.0_api 发布时间: 20231115
...tribute vec2 position; attribute vec2 texcoord; attribute vec4 color; uniform vec2 size; uniform mat4 mmat; varying vec2 v_texcoord;varying vec4 v_color; void main(){ vec4 pos =mmat*vec4(position.x,position.y,0,1); gl_Position = vec4((pos.x/size....
来源: Laya_社区 发布时间: 20180313
...么情况 有什么理由要让其他框架也用laya的substr 原生: color.substr(0,0) -> ''; String.prototype.substr = Laya.__substr : color.substr(0,0) -> '#FFFFFF' 至于我只要用react 就会报错 react.201605251128.js?t=1491660786863:formatted:7527Uncaught Error: Minified ex...
来源: Laya_社区 发布时间: 20170408
... attribute vec2 texcoord; attribute vec4 color; uniform vec2 size; uniform mat4 mmat; varying vec2 v_texcoord; varying vec4 v_color; varying float ...
来源: Laya_社区 发布时间: 20180612
...md Class DrawImageCmd 绘制图片 Hierarchy DrawImageCmd Index Properties color height texture width x y ID Methods recover Properties color color: number = 4294967295 Defined in laya/display/cmd/DrawImageCmd.ts:34 (可选)绘图颜色 height height: number Defined in laya/display/cmd/DrawImage...
来源: Laya3.0_api 发布时间: 20231115
... Hierarchy VertexElementFormat Index Properties Byte2 Byte3 Byte4 ByteOne Color NormalizedShort2 NormalizedShort4 Short2 Short4 Single Vector2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/renders/VertexElementFormat.ts:24 字节数组2 Stati...
来源: Laya3.0_api 发布时间: 20231115
...全局吧?我只想改变部分物件。 wudi199553 • 2017-10-31 15:11 color = color.r * 0.3 + color.g * 0.59 + color.b* 0.11,改下物体颜色
来源: Laya_社区 发布时间: 20171031
...y] 子对象数量。 Node parent : Node[read-only] 父节点。Node pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D pixelLineRenderer : PixelLineRenderer[read-only] 获取line渲染器。 PixelLineSprite3D SAHDERDEFINE_LIGHTMAP : int[static] ...
来源: Laya2.0_api 发布时间: 20190513
... break; case KeyFrameValueType.Color: const color = property.getColor(node.getPropertyByIndex(i)); property = new Vector4(color.r, color.g, color.b, color.a); ...
来源: Laya_社区 发布时间: 20240517