Version: 2021.2
言語: 日本語

ParseResult<T0>

struct in UnityEditor.Search

マニュアルに切り替える

説明

A ParseResult represents the result of a parsing operation.

<T>: Type of the result of the parsing operation.

ParseResults are used in the context of type parsers. See QueryEngine.AddTypeParser for more details.

Static 変数

noneDefault value when no ParsetResult is available.

変数

parsedValueThe parsing result.
successFlag indicating if the parsing succeeded or not.

コンストラクタ

ParseResult_1Create a ParseResult.