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

https://github.com/xjine/unity_transformmonobehaviour

TransfromMonoBehaviour provides a transform property which will return cached transform.
https://github.com/xjine/unity_transformmonobehaviour

assets unity

Last synced: about 2 months ago
JSON representation

TransfromMonoBehaviour provides a transform property which will return cached transform.

Awesome Lists containing this project

README

          

# Unity_TransformMonoBehaviour

``ITransformMonoBehaviour`` provides interface of transform.
``TransfromMonoBehaviour`` provides a ``transform`` property which will return cached transform.

## Import to Your Project

You can import this asset from UnityPackage.

- [TransformMonoBehaviour.unitypackage](https://github.com/XJINE/Unity_TransformMonoBehaviour/blob/master/TransformMonoBehaviour.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_IInitializable](https://github.com/XJINE/Unity_IInitializable)