MultilineAttribute
Attribute used to make a string value be shown in a multiline textarea.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
MultilineAttribute()
Attribute used to make a string value be shown in a multiline textarea.
public MultilineAttribute()
MultilineAttribute(int)
Attribute used to make a string value be shown in a multiline textarea.
public MultilineAttribute(int lines)
Parameters
How many lines of text to make room for. Default is 3.