Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.Validation.ValidationWindow Class Reference

Runs validaiton and shows validation results. More...

Inheritance diagram for PlatformerPro.Validation.ValidationWindow:

Static Public Member Functions

static void ShowWindowAndValidate ()
 

Static Public Attributes

static ValidationWindow window
 Reference to the window More...
 

Protected Member Functions

void DoValidate ()
 Do the validation. More...
 

Protected Attributes

List< ValidationResult > currentResults
 The current results. More...
 
System.DateTime lastRunTime
 When did we alst run. More...
 

Detailed Description

Runs validaiton and shows validation results.

Member Function Documentation

◆ DoValidate()

void PlatformerPro.Validation.ValidationWindow.DoValidate ( )
protected

Do the validation.

◆ ShowWindowAndValidate()

static void PlatformerPro.Validation.ValidationWindow.ShowWindowAndValidate ( )
static

Member Data Documentation

◆ currentResults

List<ValidationResult> PlatformerPro.Validation.ValidationWindow.currentResults
protected

The current results.

◆ lastRunTime

System.DateTime PlatformerPro.Validation.ValidationWindow.lastRunTime
protected

When did we alst run.

◆ window

ValidationWindow PlatformerPro.Validation.ValidationWindow.window
static

Reference to the window


The documentation for this class was generated from the following file: