BaseTexture Class
A texture stores the information that represents an image. All textures have a base texture
Constructor
BaseTexture
    
        
            (
    
    
    
    
    
    
    
    
    
    - 
                    
                        imageUrl
Parameters:
- 
                    
                        imageUrlStringimage url 
Properties
height
    Number
    
    
    
    
    
    [read only] The height of the base texture set when the image has loaded
image
    Image
    
    
    
    
    
    The html image that is loaded to create the texture
imageUrl
    String
    
    
    
    
    
    The url of the texture
width
    Number
    
    
    
    
    
    [read only] The width of the base texture set when the image has loaded
