TexturedResourceInterfaceTSources type
A utility type to extend provided sources with TexturedResourceInterface sources.
Signature:
type TexturedResourceInterfaceTSources<T> = T & {
material: any;
};
A utility type to extend provided sources with TexturedResourceInterface sources.
Signature:
type TexturedResourceInterfaceTSources<T> = T & {
material: any;
};