C# Class Yarn.Unity.YarnSpinnerEditorWindow.CheckerResult

Afficher le fichier Open project: thesecretlab/YarnSpinner

Méthodes publiques

Свойство Type Description
messages ValidationMessage[]
script UnityEngine.TextAsset
state State

Méthodes publiques

Méthode Description
CheckerResult ( TextAsset script ) : System.Collections
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

CheckerResult() public méthode

public CheckerResult ( TextAsset script ) : System.Collections
script UnityEngine.TextAsset
Résultat System.Collections

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

messages public_oe property

public ValidationMessage[] messages
Résultat ValidationMessage[]

script public_oe property

public TextAsset,UnityEngine script
Résultat UnityEngine.TextAsset

state public_oe property

public State state
Résultat State