Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: yuewah on January 07, 2015, 10:42:52 PM

Title: Is it possible to change the NGUI class to partial class?
Post by: yuewah on January 07, 2015, 10:42:52 PM
It would be more extensible if using partial class.
1. NGUITools, UICamera, NGUIMenu
2. UILabel, UIButton ... etc
Title: Re: Is it possible to change the NGUI class to partial class?
Post by: ArenMook on January 08, 2015, 09:05:57 AM
Eh, I'd rather not change it at this point, plus I'm not sure how Unity would behave with partial classes, as I know it expects all monobehaviour-derived classes to be in files using the same name as the class.