Constructor
Extends
Members
number
UID
Unique identifier
- Inherited From:
Methods
getUID() → {number}
Get unique ID
- Inherited From:
An unsigned integer
number
isMipmaped() → {boolean}
Indicates if the texture use mip-mapping
True if the texture is mip-mapped
boolean
isReady() → {boolean}
Indicates if texture is ready
True if the texture is ready to be use
boolean
isRepeated() → {boolean}
Indicates if the texture is repeated
True if the texture is repeated
boolean
isSmoothed() → {boolean}
Indicates if the texture is smoothed
True if the texture is smoothed
boolean
useMipmap(value)
Indicates if the texture must use mip-mapping
Parameters:
Name | Type | Description |
---|---|---|
value |
boolean | True to use mip-mapping |