C# Class UnityEditorInternal.iOSPreferenceWindowExtension

Inheritance: IPreferenceWindowExtension
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
HasExternalApplications ( ) : bool
ReadPreferences ( ) : void
ShowExternalApplications ( ) : void
WritePreferences ( ) : 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

WritePreferences() public method

public WritePreferences ( ) : void
return void