@novorender/web_app / ActiveTexturesArray
Type Alias: ActiveTexturesArray
type ActiveTexturesArray: Omit<FixedSizeArray<MaxActiveTextures, RenderStateTextureReference | null>, "with"> & object;
Fixed sized array of active texture names.
Type declaration
with()
Parameters
Parameter | Type |
---|---|
index | ActiveTextureIndex |
value | RenderStateTextureReference |