Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sectionName

Returns the name of this section, if any.
Read time 1 minuteLast updated 10 days ago

Definition

string sectionName { get; }

Remarks

Returns the name of this section; this is equivalent to the name of the form field which this section represents. In HTML terms, it is the name attribute on the input element represented by this form section.
If this property returns null, the section is assumed to be unnamed.