Show / Hide Table of Contents

Class PlayerSettings.tvOS

Inheritance
Object
PlayerSettings.tvOS
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class tvOS

Properties

| Improve this Doc View Source

buildNumber

Declaration
public static string buildNumber { get; set; }
Property Value
Type Description
String

requireExtendedGameController

Declaration
public static bool requireExtendedGameController { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

sdkVersion

Declaration
public static tvOSSdkVersion sdkVersion { get; set; }
Property Value
Type Description
tvOSSdkVersion
| Improve this Doc View Source

targetOSVersion

Declaration
[Obsolete("targetOSVersion is obsolete. Use targetOSVersionString instead.", false)]
public static tvOSTargetOSVersion targetOSVersion { get; set; }
Property Value
Type Description
tvOSTargetOSVersion

targetOSVersionString

Declaration
public static string targetOSVersionString { get; set; }
Property Value
Type Description
String

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