Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pipe01/classimpl
https://github.com/pipe01/classimpl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pipe01/classimpl
- Owner: pipe01
- License: mit
- Created: 2019-02-26T20:44:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T07:43:55.000Z (almost 5 years ago)
- Last Synced: 2024-04-23T02:40:53.502Z (7 months ago)
- Language: C#
- Size: 44.9 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClassImpl
![nuget](https://img.shields.io/nuget/v/ClassImpl.svg)Like a faking library, but oriented towards dynamic modification at runtime.
To get started simply create a `new Implementer()`, `T` being the type you want to implement. Alternatively, you can use the non-generic version `new Implementer(Type type)`.
## Unity Package Manager
ClassImpl can be installed via the Unity Package Manager. To do so, add the following to the `dependencies` array in your `manifest.json`:
```json
"com.pipe01.classimpl": "https://github.com/pipe01/classimpl.git#unity"
```