C# 클래스 UnityEditor.EditorTestsRunner.EditorTestResultBase

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

보호된 프로퍼티들

프로퍼티 타입 설명
m_Children List
m_OnResultUpdate Action
m_ParentGroup EditorTestResultGroup

공개 메소드들

메소드 설명
SetParent ( EditorTestResultGroup parent ) : void
SetResultChangedCallback ( Action resultUpdated ) : void

보호된 메소드들

메소드 설명
EditorTestResultBase ( ) : System

메소드 상세

EditorTestResultBase() 보호된 메소드

protected EditorTestResultBase ( ) : System
리턴 System

SetParent() 공개 메소드

public SetParent ( EditorTestResultGroup parent ) : void
parent EditorTestResultGroup
리턴 void

SetResultChangedCallback() 공개 메소드

public SetResultChangedCallback ( Action resultUpdated ) : void
resultUpdated Action
리턴 void

프로퍼티 상세

m_Children 보호되어 있는 프로퍼티

protected List m_Children
리턴 List

m_OnResultUpdate 보호되어 있는 프로퍼티

protected Action m_OnResultUpdate
리턴 Action

m_ParentGroup 보호되어 있는 프로퍼티

protected EditorTestResultGroup,UnityEditor.EditorTestsRunner m_ParentGroup
리턴 EditorTestResultGroup