<multimedia:image>.getFilename
Returns the filename
| <multimedia:image>.getFilename() | |
Remarks
This command will return the filename of the texture.
Return Value
Filename
Example
tex = viz.addTexture('image.jpg')
#This will print 'image.jpg'
print tex.getFilename()