C# Class UnityEditor.Android.AndroidPreferenceWindowExtension

Inheritance: IPreferenceWindowExtension
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
HasExternalApplications ( ) : bool
ReadPreferences ( ) : void
ShowExternalApplications ( ) : void

Method Details

HasExternalApplications() public method

public HasExternalApplications ( ) : bool
return bool

ReadPreferences() public method

public ReadPreferences ( ) : void
return void

ShowExternalApplications() public method

public ShowExternalApplications ( ) : void
return void