Version: 2023.1
언어: 한국어
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.

Do not use this in performance sensitive contexts.