C# Class Glare.Assets.SaveCheckResult

Results from a save check operation.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
False SaveCheckResult
True SaveCheckResult

Méthodes publiques

Méthode Description
SaveCheckResult ( bool result ) : System

Initialise the results.

Method Details

SaveCheckResult() public méthode

Initialise the results.
public SaveCheckResult ( bool result ) : System
result bool
Résultat System

Property Details

False public_oe static_oe property

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

True public_oe static_oe property

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