Show / Hide Table of Contents

Class iPhoneSettings

Inheritance
Object
iPhoneSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
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
Type Description
Boolean
| 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
Type Description
LocationServiceStatus
| 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
Type Description
Boolean
| 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
Type Description
Boolean

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

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX