Skip to content

Documentation / scene / mixinLight

Function: mixinLight()

mixinLight<T>(BaseCls): T & (...args) => IMixinLight

Defined in: libs/scene/src/material/mixins/lit.ts:97

Light mixin

Type Parameters

T

T extends typeof MeshMaterial

Parameters

BaseCls

T

class to mix in

Returns

T & (...args) => IMixinLight

Mixed class

Released under the MIT License.