C# Class Glare.Assets.SaveCheckResult

Results from a save check operation.
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
False SaveCheckResult
True SaveCheckResult

Public Methods

Method Description
SaveCheckResult ( bool result ) : System

Initialise the results.

Method Details

SaveCheckResult() public method

Initialise the results.
public SaveCheckResult ( bool result ) : System
result bool
return System

Property Details

False public static property

Get a SaveCheckResult that simply can't save the Asset.
public static SaveCheckResult,Glare.Assets False
return SaveCheckResult

True public static property

Get a SaveCheckResult that simply can save the Asset.
public static SaveCheckResult,Glare.Assets True
return SaveCheckResult