Class InputSettings.iOSSettings
Project-wide input settings for the iOS/tvOS platform.
Namespace: UnityEngine.InputSystem
Syntax
[Serializable]
public class iOSSettings
Properties
motionUsage
Setting for access to the device's motion sensors (such as StepCounter).
Declaration
public PrivacyDataUsage motionUsage { get; set; }
Property Value
Type | Description |
---|---|
PrivacyDataUsage |
Remarks
Alternatively, you can manually add Privacy - Motion Usage Description
to the Info.plist file.