MultilineAttribute
Attribute to make a string be edited with a multi-line textfield.
Read time 3 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: PropertyAttribute
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]public sealed class MultilineAttribute : PropertyAttribute
Constructors
Constructor | Description |
|---|---|
| MultilineAttribute() | Attribute used to make a string value be shown in a multiline textarea. |
| MultilineAttribute(System.Int32) | Attribute used to make a string value be shown in a multiline textarea. |