Pass:getLabel
EditReturns the debug label of the Pass, which will show up when the Pass is printed and in some graphics debugging tools. This is set when the Pass is created, and can't be changed afterwards.
label = Pass:getLabel()
Arguments
None
Returns
Name | Type | Description |
label | string | The label, or nil if none was set. |