#[CS0618] 'VolumeComponent.displayName' is obsolete:'Use DisplayInfo attribute' 6.3 update

1 messages · Page 1 of 1 (latest)

tiny widget
#

Right now the code is like this:

public ToonDetailerVolumeComponent()
{
displayName = "Toon Detailer";  //displayName is marked as obselete
}

Couldn't find anywhere how and where should the new attribute be used.

[CS0618] 'VolumeComponent.displayName' is obsolete:
'Use DisplayInfo attribute to define a display name instead. #from(6000.3)'