C# Class DeadlyReentry.CompatibilityChecker

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: NathanKell/DeadlyReentry Class Usage Examples

Public Methods

Method Description
IsAllCompatible ( ) : bool
IsCompatible ( ) : bool
IsUnityCompatible ( ) : bool
IsWin64 ( ) : bool
Start ( ) : void

Private Methods

Method Description
getAllTypes ( ) : IEnumerable

Method Details

IsAllCompatible() public static method

public static IsAllCompatible ( ) : bool
return bool

IsCompatible() public static method

public static IsCompatible ( ) : bool
return bool

IsUnityCompatible() public static method

public static IsUnityCompatible ( ) : bool
return bool

IsWin64() public static method

public static IsWin64 ( ) : bool
return bool

Start() public method

public Start ( ) : void
return void