Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MultilineAttribute

Attribute to make a string be edited with a multi-line textfield.
Read time 3 minutesLast updated 4 days ago

Definition

[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.

Inheritance

Inherited Members