C# Class 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
Mostra file Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
assetExistsFunction bool>.Func
fileNameOrAssetVerificationFunction Action
speakerNameVerificationFunction Action
speechTextVerificationFunction Action

Public Methods

Method Description
VerificationActions ( Action speakerNameVerificationFunction, Action speechTextVerificationFunction, Action fileNameOrAssetVerificationFunction, bool>.Func assetExistsFunction ) : System

Method Details

VerificationActions() public method

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

Property Details

assetExistsFunction public_oe property

public Func assetExistsFunction
return bool>.Func

fileNameOrAssetVerificationFunction public_oe property

public Action fileNameOrAssetVerificationFunction
return Action

speakerNameVerificationFunction public_oe property

public Action speakerNameVerificationFunction
return Action

speechTextVerificationFunction public_oe property

public Action speechTextVerificationFunction
return Action