mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:45:42 +00:00
.. | ||
Properties | ||
.gitignore | ||
MaterialExtensions.cs | ||
README.md | ||
Vector3Extensions.cs | ||
X10D.Unity.csproj |
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