Skip to content

Documentation / scene / mixinVertexColor

Function: mixinVertexColor()

mixinVertexColor<T>(BaseCls): T & (...args) => IMixinVertexColor

Defined in: libs/scene/src/material/mixins/vertexcolor.ts:22

Vertex color mixin

Type Parameters

T

T extends typeof MeshMaterial

Parameters

BaseCls

T

Base class to mix in

Returns

T & (...args) => IMixinVertexColor

Mixed class

Released under the MIT License.