Version: 2019.4
LanguageEnglish
  • C#

Wrap

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

By default, items will all try to fit onto one line. You can change that and allow the items to wrap as needed with this property.

Properties

NoWrapAll items will be on one line. Default Value.
WrapItems will wrap onto multiple lines, from top to bottom.
WrapReverseItems will wrap onto multiple lines from bottom to top.