Skip to main content

@novorender/api / ActiveTexturesArray

Type Alias: ActiveTexturesArray

type ActiveTexturesArray = Omit<FixedSizeArray<MaxActiveTextures, 
| RenderStateTextureReference
| null>, "with"> & object;

Defined in: @novorender/src/core3d/state/index.ts:702

Fixed sized array of active texture names.

Type declaration​

with()​

with(index, value): ActiveTexturesArray;

Parameters​

ParameterType
indexActiveTextureIndex
valueRenderStateTextureReference

Returns​

ActiveTexturesArray