Interface IFixableResult

Namespace
Kroltan.Keen.Editor.Validations
Assembly
me.kroltan.keen-vectors.Editor.dll

A ValidationResult that can be procedurally fixed. Only provided in case the fix is unambiguous.

public interface IFixableResult

Properties

Prompt

Description of the action to be taken.

GUIContent Prompt { get; }

Property Value

GUIContent

Methods

Fix()

Executes the fix.

void Fix()