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.
- Host: GitHub
- URL: https://github.com/xjine/unity_transformmonobehaviour
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-04-03T09:37:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T10:37:56.000Z (about 7 years ago)
- Last Synced: 2025-04-03T09:12:39.427Z (about 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)