C# Class UnityEngine.HeaderAttribute

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

Public Properties

Property Type Description
header string

Public Methods

Method Description
HeaderAttribute ( string header ) : System

Add a header above some fields in the Inspector.

Method Details

HeaderAttribute() public method

Add a header above some fields in the Inspector.

public HeaderAttribute ( string header ) : System
header string The header text.
return System

Property Details

header public_oe property

The header text.

public string header
return string