Version: 2022.2
言語: 日本語
public static bool IsValidUnityYAML (string yaml);

パラメーター

yaml String containing the value to be parsed.

説明

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

This should not be used in performance sensitive contexts.