C# Class UnityEngine.MultilineAttribute

Inheritance: PropertyAttribute, _Attribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
lines int

Public Methods

Method 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 method

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

public MultilineAttribute ( ) : System
return System

MultilineAttribute() public method

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.
return System

Property Details

lines public_oe property

public int lines
return int