EditorUtility.IsValidUnityYAML

Declaration

public static bool IsValidUnityYAML(string yaml);

Parameters

yaml String containing the value to be parsed.

Description

Returns true if the provided string can be parsed as YAML.

Do not use this in performance sensitive contexts.


Did you find this page useful? Please give it a rating: