unitycoder / UnityMobilePaint

Public repository for MobilePaint issues & requests
https://www.assetstore.unity3d.com/en/#!/content/19803?aid=1101lGti
MIT License
49 stars 16 forks source link

Add methods to query if canvas has been modified or if its totally empty (all pixels are erased) #27

Open unitycoder opened 8 years ago

unitycoder commented 8 years ago

modified can be checked with single bool, all pixels need to be iterated to check if empty (all transparent)