UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

9 lines (8 loc) 286 B
import { Value2D } from "./Value2D"; import { ShaderDefines2D } from "../ShaderDefines2D"; export class PrimitiveSV extends Value2D { constructor(args) { super(ShaderDefines2D.PRIMITIVE, 0); this._attribLocation = ['position', 0, 'attribColor', 1]; } }