Skip to content

Documentation / scene / ToMixedTextureType

Type Alias: ToMixedTextureType<T>

ToMixedTextureType<T> = T extends [infer First, ...(infer Rest)] ? [First extends string ? ReturnType<typeof mixinTextureProps> : never, ...ToMixedTextureType<Rest>] : []

Defined in: libs/scene/src/material/mixins/texture.ts:19

ToMixedTextureType

Type Parameters

T

T

Released under the MIT License.