Class TextAreaAttribute
Inheritance
TextAreaAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class TextAreaAttribute : PropertyAttribute, _Attribute
Constructors
|
Improve this Doc
View Source
TextAreaAttribute()
Declaration
public TextAreaAttribute()
|
Improve this Doc
View Source
TextAreaAttribute(Int32, Int32)
Declaration
public TextAreaAttribute(int minLines, int maxLines)
Parameters
Type |
Name |
Description |
Int32 |
minLines |
|
Int32 |
maxLines |
|
Fields
|
Improve this Doc
View Source
maxLines
Declaration
public readonly int maxLines
Field Value
|
Improve this Doc
View Source
minLines
Declaration
public readonly int minLines
Field Value
Implements
Extension Methods