@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
Parameter | Type |
---|---|
index | ActiveTextureIndex |
value | RenderStateTextureReference |
Returns
ActiveTexturesArray