C# Class UnityEngine.MultilineAttribute

Inheritance: PropertyAttribute, _Attribute
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
lines int

Méthodes publiques

Méthode Description
MultilineAttribute ( ) : System

Attribute used to make a string value be shown in a multiline textarea.

MultilineAttribute ( int lines ) : System

Attribute used to make a string value be shown in a multiline textarea.

Method Details

MultilineAttribute() public méthode

Attribute used to make a string value be shown in a multiline textarea.

public MultilineAttribute ( ) : System
Résultat System

MultilineAttribute() public méthode

Attribute used to make a string value be shown in a multiline textarea.

public MultilineAttribute ( int lines ) : System
lines int How many lines of text to make room for. Default is 3.
Résultat System

Property Details

lines public_oe property

public int lines
Résultat int