Version: 2021.1
언어: 한국어

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.

정적 변수

noneDefault value when no ParsetResult is available.

변수

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

생성자

ParseResult_1Create a ParseResult.