X10D/X10D.Unity/README.md

17 lines
536 B
Markdown
Raw Normal View History

# X10D.Unity
## About
The X10D.Unity library contains extension methods for Unity engine types.
## Extended Classes
Below is a list of the number of extension methods written for a given type. Overloaded methods are not counted.
| Type | Library | Method count |
| :--- | :--- | :--- |
| `Material` | `X10D.Unity` | 1 |
| `Vector3` | `X10D.Unity` | 5 |
2019-11-19 15:29:29 +00:00
## Building
To build this library, you will need to reference lib/UnityEngine.CoreModule.dll
You can find this library under `<UNITY_INSTALL_DIR>/Editor/Data/Managed/UnityEngine`