TextureWrap
public class
loom2d.textures.TextureWrap
Description
A static class that provides constant values for the possible wrapping modes of a texture.
API overview
Constructor
TextureWrap
()
Attributes
Public attributes
| defaultWrap: Number |
static
The default wrap mode for new textures, this can be modified to set a new global smoothing mode |
Constructor
TextureWrap ()
Attributes
defaultWrap: Number
static
The default wrap mode for new textures, this can be modified to set a new global smoothing mode
Constants
Functions
getFullTypeName
(): String
Inherited from Object
native
Gets the fully qualified type name of the Object. The fully qualified type name includes the package of the type.
Returns
| String | fully qualified type name of the Object. |
getType
(): Type
Inherited from Object
native
Gets the Type that describes the Object.
Returns
| Type | The Type that describes the object. |