StretchToScreenSize
Class in Zigurous.UI
Declaration
public sealed class StretchToScreenSize : MonoBehaviourDescription
Stretches a UI element to the screen size.
Properties
| rectTransform | The RectTransform component of the object. |
| stretchWidth | Stretches the width of the RectTransform to match the screen width. |
| stretchHeight | Stretches the height of the RectTransform to match the screen height. |
Methods
| Stretch | Stretches the RectTransform to match the screen size. |