πCan Texture be Copied?

π Description
A helper function that checks if a given Texture asset meets the requirements to be copied to the clipboard without actually performing the copy operation. This is useful for enabling/disabling UI buttons.
Name
Description
Texture
The texture asset to check.
Name
Description
Return Value
Returns true if the texture is valid and has a supported format for copying. Returns false otherwise (null input, invalid dimensions, unsupported format, invalid texture resource, etc.).
Last updated