Class iPhoneSettings
Inheritance
iPhoneSettings
Assembly: UnityEngine.dll
Syntax
public class iPhoneSettings
Properties
|
Improve this Doc
View Source
locationServiceEnabledByUser
Declaration
[Obsolete("locationServiceEnabledByUser property is deprecated. Please use Input.location.isEnabledByUser instead.", false)]
public static bool locationServiceEnabledByUser { get; }
Property Value
|
Improve this Doc
View Source
locationServiceStatus
Declaration
[Obsolete("locationServiceStatus property is deprecated. Please use Input.location.status instead.", false)]
public static LocationServiceStatus locationServiceStatus { get; }
Property Value
|
Improve this Doc
View Source
screenCanDarken
Declaration
[Obsolete("screenCanDarken property is deprecated. Please use (Screen.sleepTimeout != SleepTimeout.NeverSleep) instead.", false)]
public static bool screenCanDarken { get; }
Property Value
|
Improve this Doc
View Source
verticalOrientation
Declaration
[Obsolete("verticalOrientation property is deprecated. Please use Screen.orientation == ScreenOrientation.Portrait instead.", false)]
public static bool verticalOrientation { get; }
Property Value
Methods
|
Improve this Doc
View Source
StartLocationServiceUpdates()
Declaration
[Obsolete("StartLocationServiceUpdates method is deprecated. Please use Input.location.Start instead.", false)]
public static void StartLocationServiceUpdates()
|
Improve this Doc
View Source
StartLocationServiceUpdates(Single)
Declaration
[Obsolete("StartLocationServiceUpdates method is deprecated. Please use Input.location.Start instead.", false)]
public static void StartLocationServiceUpdates(float desiredAccuracyInMeters)
Parameters
Type |
Name |
Description |
Single |
desiredAccuracyInMeters |
|
|
Improve this Doc
View Source
StartLocationServiceUpdates(Single, Single)
Declaration
[Obsolete("StartLocationServiceUpdates method is deprecated. Please use Input.location.Start instead.", false)]
public static void StartLocationServiceUpdates(float desiredAccuracyInMeters, float updateDistanceInMeters)
Parameters
Type |
Name |
Description |
Single |
desiredAccuracyInMeters |
|
Single |
updateDistanceInMeters |
|
|
Improve this Doc
View Source
StopLocationServiceUpdates()
Declaration
[Obsolete("StopLocationServiceUpdates method is deprecated. Please use Input.location.Stop instead.", false)]
public static void StopLocationServiceUpdates()
Extension Methods