C# Class RealFuels.CompatibilityChecker

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: NathanKell/ModularFuelSystem

Méthodes publiques

Méthode Description
IsAllCompatible ( ) : bool
IsCompatible ( ) : bool
IsUnityCompatible ( ) : bool
IsWin64 ( ) : bool
Start ( ) : void

Private Methods

Méthode Description
getAllTypes ( ) : IEnumerable

Method Details

IsAllCompatible() public static méthode

public static IsAllCompatible ( ) : bool
Résultat bool

IsCompatible() public static méthode

public static IsCompatible ( ) : bool
Résultat bool

IsUnityCompatible() public static méthode

public static IsUnityCompatible ( ) : bool
Résultat bool

IsWin64() public static méthode

public static IsWin64 ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void