Skip to content

Documentation / scene / mixinFoliage

Function: mixinFoliage()

mixinFoliage<T>(BaseCls): T & (...args) => IMixinFoliage

Defined in: libs/scene/src/material/mixins/foliage.ts:24

Foliage mixin

Type Parameters

T

T extends typeof MeshMaterial

Parameters

BaseCls

T

Class to mix in

Returns

T & (...args) => IMixinFoliage

Mixed class

Released under the MIT License.