AddSheet
table PANEL:AddSheet( string label, Panel panel, any material = nil, boolean noStretchX = nil, boolean noStretchY = nil, string tooltip = nil )Description
Adds a new tab and content panel to the property sheet.
Arguments
string label
Tab label.
Panel panel
Content panel.
any material = nil
Unused legacy icon argument.
boolean noStretchX = nil
When true, panel width is not stretched.
boolean noStretchY = nil
When true, panel height is not stretched.
string tooltip = nil
Tab tooltip text.
Returns
table sheet
Created sheet descriptor.