Is there a way to look at pre made classes like mathf or vector3? Or even.change their source code?
- Open Xamarin Studio (or MonoDevelop if you’re using the built-in IDE).
- Type the class name.
- Select that text or at least get your cursor in it
- Hit Command-D
You can’t edit the source code, but you can create extension methods.