Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pipe01/classimpl


https://github.com/pipe01/classimpl

Last synced: about 2 months ago
JSON representation

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