C# Class UnityEditor.EditorTestsRunner.EditorTestResultBase

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
m_Children List
m_OnResultUpdate Action
m_ParentGroup EditorTestResultGroup

Méthodes publiques

Méthode Description
SetParent ( EditorTestResultGroup parent ) : void
SetResultChangedCallback ( Action resultUpdated ) : void

Méthodes protégées

Méthode Description
EditorTestResultBase ( ) : System

Method Details

EditorTestResultBase() protected méthode

protected EditorTestResultBase ( ) : System
Résultat System

SetParent() public méthode

public SetParent ( EditorTestResultGroup parent ) : void
parent EditorTestResultGroup
Résultat void

SetResultChangedCallback() public méthode

public SetResultChangedCallback ( Action resultUpdated ) : void
resultUpdated Action
Résultat void

Property Details

m_Children protected_oe property

protected List m_Children
Résultat List

m_OnResultUpdate protected_oe property

protected Action m_OnResultUpdate
Résultat Action

m_ParentGroup protected_oe property

protected EditorTestResultGroup,UnityEditor.EditorTestsRunner m_ParentGroup
Résultat EditorTestResultGroup