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
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
assetExistsFunction bool>.Func
fileNameOrAssetVerificationFunction Action
speakerNameVerificationFunction Action
speechTextVerificationFunction Action

Méthodes publiques

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

Method Details

VerificationActions() public méthode

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

Property Details

assetExistsFunction public_oe property

public Func assetExistsFunction
Résultat bool>.Func

fileNameOrAssetVerificationFunction public_oe property

public Action fileNameOrAssetVerificationFunction
Résultat Action

speakerNameVerificationFunction public_oe property

public Action speakerNameVerificationFunction
Résultat Action

speechTextVerificationFunction public_oe property

public Action speechTextVerificationFunction
Résultat Action