class

FixSuggestion

Namespace
RefSafe.Pro
Assembly
RefSafe.Pro.Editor
public sealed class FixSuggestion

One candidate replacement, presented in the Fix-button dropdown.

Constructors

FixSuggestion
public FixSuggestion(string assetPath, string label, float score)

No description available.

Properties

AssetPath
public string AssetPath { get; }

Asset path to the candidate replacement.

Label
public string Label { get; }

Display label shown in the dropdown (typically the asset filename).

Score
public float Score { get; }

Provider-specific score; higher is a better match. Used for sorting only.

Generated from Editor/Features/Fixes/Domain/IFixSuggestionProvider.cs in RefSafe Pro 2.2.0.