C# 클래스 Yarn.Unity.YarnSpinnerEditorWindow.CheckerResult

파일 보기 프로젝트 열기: thesecretlab/YarnSpinner

공개 프로퍼티들

프로퍼티 타입 설명
messages ValidationMessage[]
script UnityEngine.TextAsset
state State

공개 메소드들

메소드 설명
CheckerResult ( TextAsset script ) : System.Collections
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

CheckerResult() 공개 메소드

public CheckerResult ( TextAsset script ) : System.Collections
script UnityEngine.TextAsset
리턴 System.Collections

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

messages 공개적으로 프로퍼티

public ValidationMessage[] messages
리턴 ValidationMessage[]

script 공개적으로 프로퍼티

public TextAsset,UnityEngine script
리턴 UnityEngine.TextAsset

state 공개적으로 프로퍼티

public State state
리턴 State