EditorSettings.propertyCanRevert

Returns true if the setting specified by name can have its value reverted to the default value, false otherwise. When this method returns true, a Revert button will display next to the setting in the Editor Settings.

struct EditorSettings
@nogc nothrow
bool
propertyCanRevert
(
in String name
)

Meta