C# Class Yarn.Unity.YarnSpinnerEditorWindow.CheckerResult

Mostra file Open project: thesecretlab/YarnSpinner

Public Properties

Property Type Description
messages ValidationMessage[]
script UnityEngine.TextAsset
state State

Public Methods

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

Method Details

CheckerResult() public method

public CheckerResult ( TextAsset script ) : System.Collections
script UnityEngine.TextAsset
return System.Collections

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

messages public_oe property

public ValidationMessage[] messages
return ValidationMessage[]

script public_oe property

public TextAsset,UnityEngine script
return UnityEngine.TextAsset

state public_oe property

public State state
return State