1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:15:43 +00:00
X10D/X10D.Unity/README.md
2019-11-19 15:29:29 +00:00

17 lines
536 B
Markdown

# 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 |
## 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`