C# 클래스 VerificationActions, RoverGame

This is a quick access pointer to the issue checker functions -- these are editor namespace -- so in order to call them properly, we need to pass them like so
파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
assetExistsFunction bool>.Func
fileNameOrAssetVerificationFunction Action
speakerNameVerificationFunction Action
speechTextVerificationFunction Action

공개 메소드들

메소드 설명
VerificationActions ( Action speakerNameVerificationFunction, Action speechTextVerificationFunction, Action fileNameOrAssetVerificationFunction, bool>.Func assetExistsFunction ) : System

메소드 상세

VerificationActions() 공개 메소드

public VerificationActions ( Action speakerNameVerificationFunction, Action speechTextVerificationFunction, Action fileNameOrAssetVerificationFunction, bool>.Func assetExistsFunction ) : System
speakerNameVerificationFunction Action
speechTextVerificationFunction Action
fileNameOrAssetVerificationFunction Action
assetExistsFunction bool>.Func
리턴 System

프로퍼티 상세

assetExistsFunction 공개적으로 프로퍼티

public Func assetExistsFunction
리턴 bool>.Func

fileNameOrAssetVerificationFunction 공개적으로 프로퍼티

public Action fileNameOrAssetVerificationFunction
리턴 Action

speakerNameVerificationFunction 공개적으로 프로퍼티

public Action speakerNameVerificationFunction
리턴 Action

speechTextVerificationFunction 공개적으로 프로퍼티

public Action speechTextVerificationFunction
리턴 Action