Class: WrappedTexture

WrappedTexture(reporter, settings)

ProductBuilder Texture

Constructor

new WrappedTexture(reporter, settings)

Parameters:
Name Type Description
reporter Reporter
settings Object
Properties
Name Type Attributes Description
id UUID <optional>
name string <optional>
anisotropy number <optional>
wrapS RepeatWrapping | ClampToEdgeWrapping | MirroredRepeatWrapping <optional>
wrapT RepeatWrapping | ClampToEdgeWrapping | MirroredRepeatWrapping <optional>
repeat Vector2 <optional>
image WrappedImage
Source:

Methods

(async, protected) _build(quality) → {Promise.<Component>}

Build texture
Parameters:
Name Type Description
quality LoadingQuality
Source:
Returns:
Type
Promise.<Component>