A SceneReference wrapper class that uses ISerializationCallbackReceiver and a custom PropertyDrawerto provide safe, user-friendly scene references in scripts.
![alt text][1]
| i386 : iPhone Simulator | |
| x86_64 : iPhone Simulator | |
| iPhone1,1 : iPhone | |
| iPhone1,2 : iPhone 3G | |
| iPhone2,1 : iPhone 3GS | |
| iPhone3,1 : iPhone 4 | |
| iPhone3,2 : iPhone 4 GSM Rev A | |
| iPhone3,3 : iPhone 4 CDMA | |
| iPhone4,1 : iPhone 4S | |
| iPhone5,1 : iPhone 5 (GSM) |
A SceneReference wrapper class that uses ISerializationCallbackReceiver and a custom PropertyDrawerto provide safe, user-friendly scene references in scripts.
![alt text][1]
| #![allow(dead_code)] | |
| /// Create method to access field of sub-resource | |
| /// | |
| /// Similar to ActiveSupport's [`delegate`]. | |
| /// | |
| /// [`delegate`]: http://api.rubyonrails.org/classes/Module.html#method-i-delegate | |
| /// | |
| /// # Limitations | |
| /// |