Canvas:getTexture
Returns the set of Textures currently attached to the Canvas.
... = Canvas:getTexture()
Arguments
None
Returns
Name | Type | Description |
... | Texture | One or more Textures attached to the Canvas. |
Notes
Up to 4 Textures can be attached at once.
See also
Canvas:setTexture
Canvas