C# Class UnityEditor.Android.AndroidNdkRoot

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Browse ( string ndkPath ) : string
Is64BitWindows ( ) : bool
VerifyNdkDir ( string ndkPath ) : bool

Private Methods

Method Description
GuessLocation ( ) : string
Is32BitProcessOn64BitOS ( ) : bool
IsWow64Process ( [ hProcess, bool &lpSystemInfo ) : bool

Method Details

Browse() public static method

public static Browse ( string ndkPath ) : string
ndkPath string
return string

Is64BitWindows() public static method

public static Is64BitWindows ( ) : bool
return bool

VerifyNdkDir() public static method

public static VerifyNdkDir ( string ndkPath ) : bool
ndkPath string
return bool