https://github.com/xjine/unity_boundsmonobehaviour
BoundsMonoBehaviour regards its transform as Bounds, and which provides some functions of the Bounds.
https://github.com/xjine/unity_boundsmonobehaviour
assets unity
Last synced: about 2 months ago
JSON representation
BoundsMonoBehaviour regards its transform as Bounds, and which provides some functions of the Bounds.
- Host: GitHub
- URL: https://github.com/xjine/unity_boundsmonobehaviour
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-04-03T09:38:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T05:18:27.000Z (about 7 years ago)
- Last Synced: 2025-02-08T22:28:20.257Z (over 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_BoundsMonoBehaviour
``IBoundsMonoBehaviour`` provides Bounds property interface.
``BoundsMonoBehaviour`` regards its transform as Bounds, and which provides some functions of the Bounds.
## Import to Your Project
You can import this asset from UnityPackage.
- [BoundsMonoBehaviour.unitypackage](https://github.com/XJINE/Unity_BoundsMonoBehaviour/blob/master/BoundsMonoBehaviour.unitypackage)
### Dependencies
You have to import following assets to use this asset.
- [Unity_TransformMonoBehaviour](https://github.com/XJINE/Unity_TransformMonoBehaviour)