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

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.

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)