wrap(...)
wrap(val: Texture.Wrap): this;
Sets the wrap mode of the texture.
Default value: Z.Texture.Wrap.repeat
Parameters
Parameter | Type | Description |
---|---|---|
val | Z.Texture.Wrap | The clamp mode to set. |
Returns
this
wrap(val: Texture.Wrap): this;
Sets the wrap mode of the texture.
Default value: Z.Texture.Wrap.repeat
Parameter | Type | Description |
---|---|---|
val | Z.Texture.Wrap | The clamp mode to set. |
this